SYSTEM ONLINE
ACCESS LEVEL: FULL
VERSION 1.0.0

TENZAI
ONBOARDING

Welcome to the team. Access documentation, clone repositories, and get your development environment configured. All systems ready for deployment.

DOCUMENTATION

๐Ÿ“ฆ

Repo Onboarding

Technical setup: repos, AWS, local dev environment, and infrastructure.

HTML Markdown
๐Ÿ’ฌ

Team Context

Communication norms, customer interactions, and how to ramp up quickly.

HTML Markdown
๐ŸŽ“

Training Curriculum

Learning path: agents, models, security fundamentals, and hands-on exercises.

HTML Markdown
๐Ÿงช

Benchmarks & Labs

Benchmark infrastructure, lab types, grounded reports, and evaluation framework.

Markdown
๐Ÿ†

Bonzai Leaderboard

Internal tool for tracking agent performance and run comparisons.

HTML Markdown

HANDS-ON EXERCISES

๐Ÿค–

Agent Track

Build agents from scratch. Learn ReAct, Pydantic AI, LangGraph, and multi-agent patterns.

ReAct Pydantic AI LangGraph Multi-Agent
๐Ÿ–ฅ๏ธ

Platform Track

Work with the Tenzai codebase. FastAPI, SQLAlchemy, Alembic, and event processing.

Endpoints CRUD Alembic Events
โ˜๏ธ

Infrastructure Track

Build in AWS Sandbox. ECS, Lambda, Step Functions, Terraform, and more.

Target Pipeline Containers Full Stack

REPOSITORIES

tenzai
Main platform (API, UI, Agent)
evaluation
Benchmarking & evaluation system
labs
Vulnerable applications for testing

QUICK START

โšก

Clone Repos

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
โš™๏ธ

Setup Environment

Install dependencies and configure your development environment

cd ~/projects/tenzai
mise trust && mise install
๐Ÿš€

Launch Platform

Start all services and begin development

mise run all

ENVIRONMENTS

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

RESOURCES