Commit 19f6b23
feat: include agent-editor documents in DESCRIBE MODULE WITH ALL
DESCRIBE MODULE <name> WITH ALL now emits CREATE MODEL,
CREATE KNOWLEDGE BASE, CREATE CONSUMED MCP SERVICE, and CREATE AGENT
statements for the module's agent-editor documents.
Emission order follows referential dependencies: Model / Knowledge
Base / Consumed MCP Service first (leaves), Agent last since its body
may reference any of the other three via its TOOL / KNOWLEDGE BASE /
MCP SERVICE blocks.
Verified against test3 project:
- DESCRIBE MODULE Agents WITH ALL now includes MyFirstModel,
Knowledge_base, Consumed_MCP_service, and Agent007 (with its MCP +
KB blocks)
- DESCRIBE MODULE AgentEditorCommons WITH ALL includes the 4 older
agent samples
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fbc0d4c commit 19f6b23
1 file changed
Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
759 | 800 | | |
760 | 801 | | |
761 | 802 | | |
| |||
0 commit comments