-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Lucenx9 edited this page Mar 6, 2026
·
7 revisions
pipx install agentinitagentinit initagentinit minimalagentinit new todo-app \
--purpose "Una semplice API REST per gestire todo list con FastAPI + SQLite" \
--detect --translate-purpose --skeleton fastapi --yesagentinit init --detect --purpose "Una semplice API REST per gestire todo list con FastAPI + SQLite" --translate-purposeagentinit new demo-fastapi --detect --purpose "Modern FastAPI API with SQLite" --skeleton fastapiagentinit refresh-llmsagentinit status --check
agentinit sync --check
agentinit lintIf you are working on agentinit itself (not using it as an end user):
python3 -m venv .venv
. .venv/bin/activate
pip install -e . --group dev
python3 -m ruff check agentinit tests cli
python3 -m ruff format --check agentinit tests cli
python3 -m pytest tests/ -vOn distro-managed Python installs that enforce PEP 668, use a virtual environment instead of the system interpreter for development commands.
Docs source of truth: README | Release notes: CHANGELOG | CLI reference: agentinit --help | Report docs issues: GitHub Issues