rony-llm-agent/examples
2026-06-30 13:40:37 -07:00
..
README.es.md docs(i18n): translate all docs to English (with .es.md as Spanish alternative) 2026-06-30 13:40:37 -07:00
README.md docs(i18n): translate all docs to English (with .es.md as Spanish alternative) 2026-06-30 13:40:37 -07:00

Examples

Usage examples of rony-llm-agent in different contexts.

📁 Planned content

Example Description Status
simple_chat/ Basic chat without tools 📋 Pending
chat_with_tools/ Chat with custom tools 📋 Pending
rag_qa/ Q&A over documents 📋 Pending
multi_agent/ Sub-agent orchestration 📋 Pending
streaming_ui/ TUI integration 📋 Pending

🎯 How to run the examples (when they exist)

cd examples/simple_chat
go mod tidy
export ANTHROPIC_API_KEY=sk-ant-...
go run main.go

📝 Contributing

Each example should be:

  • Standalone: go run main.go and it works
  • Minimal: <100 lines if possible
  • Documented: README with what it demonstrates and how to extend it