📄️ Quick Start
Get a multi-agent system running in under 5 minutes.
📄️ Think
The Think layer is a function that calls the LLM. It is the decision-making core of each agent — the single call that determines what to do next.
📄️ Tools
Tools are the layer that performs actions, directed by the LLM. When the LLM decides an action is needed, it calls a tool. The tool executes the action — querying a database, calling an API, sending an email — and the results are posted to the next step in the workflow.
📄️ Cost
Cost tracking gives you visibility into how much each call and session spends on LLM tokens. Flightdeck tracks usage at every level — input tokens, output tokens, and calculated dollar cost.
📄️ Compaction
Compaction summarizes previous messages in a session to reduce token usage, keeping conversations within budget without losing essential context.