mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 01:51:44 +00:00
14 lines
No EOL
415 B
Markdown
14 lines
No EOL
415 B
Markdown
# LLM Client
|
|
|
|
A quick wrapper over openai apis
|
|
|
|
## Responsibilities
|
|
|
|
- Transform "normal" chat/completions requests into graphs
|
|
- Translate graphs into LLM requests
|
|
- Keep a history of graphs parsed by it
|
|
- On Policy Data
|
|
- Deduplicating graphs, so we don't keep previous history as separate graphs
|
|
|
|
## How to use
|
|
Exactly the same as the openai api! Just with the additional support of graph inputs and outputs. |