Commit 0f8758c
committed
Enhance agent command handling and logging
- Updated the `main.rs` to allow specifying a goal either directly or via a file, improving flexibility in agent command execution.
- Removed unused diagnostic logging functions and variables in `mod.rs` to streamline the code and reduce clutter.
- Deleted obsolete grammar test file `test_grammar.txt`.
- Added example configuration for MCP servers in `.mcp.json.example`.
- Introduced a comprehensive tutorial on building agentic agents in `tutorial_agentic.md`, covering setup, tool registration, and multi-agent collaboration.1 parent 7cb9652 commit 0f8758c
12 files changed
Lines changed: 1548 additions & 1046 deletions
File tree
- docs
- src
- cli
- core
- orchestrator
- wasm
- server/engine
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments