Skip to content

Commit 0f8758c

Browse files
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

.mcp.json.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mcpServers": {
3+
"hugind": {
4+
"command": "hugind",
5+
"args": ["stdio"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)