Welcome to the team. Access documentation, clone repositories, and get your development environment configured. All systems ready for deployment.
Technical setup: repos, AWS, local dev environment, and infrastructure.
Learning path: agents, models, security fundamentals, and hands-on exercises.
Benchmark infrastructure, lab types, grounded reports, and evaluation framework.
Build agents from scratch. Learn ReAct, Pydantic AI, LangGraph, and multi-agent patterns.
Work with the Tenzai codebase. FastAPI, SQLAlchemy, Alembic, and event processing.
Build in AWS Sandbox. ECS, Lambda, Step Functions, Terraform, and more.
Get all required repositories on your local machine
cd ~/projects
git clone git@github.com:TenzaiLtd/tenzai.git
git clone git@github.com:TenzaiLtd/evaluation.git
git clone git@github.com:TenzaiLtd/labs.git
Install dependencies and configure your development environment
cd ~/projects/tenzai
mise trust && mise install
Start all services and begin development
mise run all
| Environment | App | API |
|---|---|---|
| Dev | app.dev.tenzai.ai | api.dev.tenzai.ai |
| Staging | app.staging.tenzai.ai | api.staging.tenzai.ai |
| Production | app.tenzai.ai | api.tenzai.ai |