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. Testing
  16. Error Handling
  17. Interfaces
  18. Modules & Imports
  19. The Standard Library
  20. Standard Library
  21. std/ai (LLM operations)
  22. std/io (human interaction)
  23. std/schedule (time & cron)
  24. std/email & std/http (connections)
  25. std/file (filesystem)
  26. std/shell (subprocess)
  27. std/json (serialization)
  28. std/csv (serialization)
  29. std/db (SQLite)
  30. Strings & std/cache (text & memory)
  31. CLI Reference
  32. keel run
  33. keel test
  34. keel check
  35. keel lint
  36. keel build
  37. keel fmt
  38. keel init
  39. keel repl
  40. Configuration
  41. LLM Providers
  42. Ollama Setup
  43. Examples
  44. Email Assistant
  45. Multi-Agent System
  46. Changelog