1. Introduction
  2. What's New
  3. Getting Started
  4. Installation
  5. Hello World
  6. Your First Agent
  7. Language Guide
  8. Types
  9. Variables & Expressions
  10. Tasks
  11. Agents & Attributes
  12. Agent Communication & Mailbox
  13. Control Flow
  14. Collections & Lambdas
  15. Error Handling
  16. Interfaces
  17. The Prelude & Interfaces
  18. Standard Library
  19. Ai (LLM operations)
  20. Io (human interaction)
  21. Schedule (time & cron)
  22. Email & Http (connections)
  23. Filesystem
  24. Shell (subprocess)
  25. Json (serialization)
  26. Csv (serialization)
  27. Database (SQLite)
  28. Strings & Cache (text & memory)
  29. CLI Reference
  30. keel run
  31. keel check
  32. keel lint
  33. keel build
  34. keel fmt
  35. keel init
  36. keel repl
  37. Configuration
  38. LLM Providers
  39. Ollama Setup
  40. Examples
  41. Email Assistant
  42. Multi-Agent System
  43. Changelog