411bc3325f
Add complete reference documentation for actor YAML schema: Documentation Sections: - Actor types overview (LLM, TOOL, GRAPH) - Complete field definitions for all models - Tool node semantics (references vs inline definitions) - Graph constraints and topology rules - Comprehensive validation rules with examples - Error messages with causes and fixes Field Definitions: - Top-level actor fields (name, type, model, etc.) - ToolParameter and ToolDefinition fields - MemoryConfig and ContextConfigSchema fields - ContextView enum (strategist, executor, reviewer, full) Graph Documentation: - Node types (AGENT, TOOL, CONDITIONAL, SUBGRAPH) - Edge definition and conditional routing - RouteDefinition structure - Cycle detection explanation Validation Rules: 1. Unique node IDs 2. Entry node existence 3. Exit nodes existence 4. Edge reference validity 5. Acyclic graph requirement 6. Node reachability Examples: - Simple LLM actor - LLM with inline tools - Simple graph workflow - Complex graph with conditionals - Error examples with fixes Part 6 of C1.schema implementation (Actor YAML Schema Models).