Skip to content
▸ FROM ZERO TO FIRST AGENT

QUICKSTART.

Eight short chapters that take you from a fresh install to a deployed agent — your data, your model, your machine.

Cognithor Quickstart (EN)

From empty terminal to your first Crew in under 10 minutes.

Step File Time
00 Installation 3 min
01 First Crew 5 min
02 First Tool 5 min
03 First Skill 5 min
04 Guardrails 5 min
05 Deployment 5 min
06 Next Steps 2 min
07 Troubleshooting 3 min

Prerequisites: Python 3.12+, ~2 GB free disk space, internet connection for the initial pip install and the Ollama model download.

End state after step 01: A runnable PKV-analysis Crew with two agents, executing locally via Ollama and producing a structured Markdown report.

Runnable examples: Every code snippet in this Quickstart also lives as a standalone Python project under examples/quickstart/ in the repo — each with a test_example.py that CI smoke-tests on every PR.

Deutsch: siehe README.md.

Next: 00 · Installation