Commit Graph

9 Commits

Author SHA1 Message Date
aditya dbc07ee405 docs: add actor config migration guide
- Comprehensive v2 to v3 migration guide
- Key differences and architectural changes
- Side-by-side migration examples
- Field mapping reference
- 5-phase migration strategy
- Common challenges and solutions
- Validation checklist

Refs: C1.6c
2026-02-09 20:22:58 +05:30
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
AI Assistant dc2a1eea3c feat: Added context tracking when using via run, and added context command for managing it 2025-11-06 19:19:18 -05:00
aditya 336ed99510 test: update bdd test cases; docs: update readme and yaml syntax docs 2025-10-24 23:14:26 +05:30
aditya 88a5231498 docs: move yaml syntax file to docs folder 2025-10-03 19:34:51 +05:30
freemo f018ecd02f feat: enhance agent configuration with template references and validation 2025-07-02 23:33:06 -04:00
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