Commit Graph

5 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
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