Commit Graph

4 Commits

Author SHA1 Message Date
aditya 3e0cba4734 docs: add actor configuration examples
- Examples for each actor type (LLM, TOOL, GRAPH)
- Common patterns: Q&A, file reader, sequential workflow
- Use cases: code review, documentation, test generation
- Advanced patterns: iterative refinement, parallel processing
- Anti-patterns with explanations and better approaches

Refs: C1.6b
2026-02-09 20:22:13 +05:30
aditya 795e9069dc docs: add actor configuration reference
- Complete YAML schema reference with all fields
- Type-specific requirements (LLM, TOOL, GRAPH)
- Tool definition syntax with sandboxed execution details
- Memory and context configuration options
- Graph topology specification
- Validation rules and best practices
- Complete examples for each actor type

Refs: C1.6a
2026-02-09 20:22:01 +05:30
freemo 72726a762a feat: migrate project to CleverAgents with new features and tests 2025-06-28 14:49:24 -04:00
freemo bda31cf4ce Added boilerplate code for python 2024-03-06 23:57:14 -05:00