AGCI - Docker & Kubernetes Solution #115
loopyd
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AGCI - Agent Grand Central Infrastructure
I present: Agent Grand Central Infrastructure (AGCI) for review.
This is an ongoing implementation of fastapi for this project running in docker.
Objectives:
Because agents produce not the best code having poetry running on flake8 / black / sort helps standardize any generated code. I have all of this included in the environment, and also premtatively configured a postgres and redis image to go alongside what's perliminarily there in
docker-compose.yml
to prepare for the inevitable of needing to use them with these additional objectives.Why the notebook / jupyter?
It makes remote development very easy. I will provide an option to build with debug mode off which does not include the notebook (production mode)
Will this continue?
Yess, and as mentioned in David's recent video. Postgres and redis are a good idea so this subproject embarks on that journey. Since that repo had a fastapi solution with a tailwind frontend I will be going along with that standard.
What have you changed?
This will be a rolling changelog
agents/
folder into respective branches so that each agent project has its own branch.DEMO/fastapi
where it will reside.DEMOS/fastapi/docker/docker-compose.yml
Beta Was this translation helpful? Give feedback.
All reactions