Skip to main content

Your First Agent

Key Concepts

  1. Tools - Functions that agents can call.
  2. Agent - A composition of tools with input/output schemas.
  3. Compilation - AOT (ahead-of-time) or JIT (just-in-time) modes.
  4. Schemas - Pydantic models for type-safe input/output.

Next Steps