Stacktora
Stacktora / Vault / Python + Postgres + Redis: AI Agent Orchestration / Tool-calling Gateway
AI by @ops

Python + Postgres + Redis: AI Agent Orchestration / Tool-calling Gateway

Manages multi-step agent tool-calls and orchestration state, a worker processing agent steps async — distinct from the LLM Gateway/Proxy recipe: that's caching and rate limiting in front of model calls, this is the orchestration layer coordinating an agent's actual multi-step work.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-ai-agent-orchestration-gateway --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault