mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-18 04:41:56 +00:00
docs: add Programmatic Integration overview (closes #360)
Document the three protocols already available for driving hermes-agent from external programs — ACP, the TUI gateway JSON-RPC, and the OpenAI-compatible API server — with a 'which one should I use' guide and a Pi-style RPC command mapping table. Sidebar entry under Developer Guide -> Architecture.
This commit is contained in:
parent
016c772e7f
commit
afb97dbc53
2 changed files with 127 additions and 0 deletions
|
|
@ -690,6 +690,7 @@ const sidebars: SidebarsConfig = {
|
|||
'developer-guide/gateway-internals',
|
||||
'developer-guide/session-storage',
|
||||
'developer-guide/provider-runtime',
|
||||
'developer-guide/programmatic-integration',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue