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