mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-05 21:32:37 +02:00
Update README.md for Websocket API
This commit is contained in:
parent
7060e7b10a
commit
491104d7fa
1 changed files with 4 additions and 1 deletions
|
|
@ -40,9 +40,12 @@ TrustGraph is a fully agentic AI system for complex unstructured data. Extract y
|
|||
For developers, **TrustGraph** has the following APIs and CLI:
|
||||
|
||||
- [**REST API**](https://trustgraph.ai/docs/api/apistarted)
|
||||
- [**Websocket API**](https://trustgraph.ai/docs/api/apistarted)
|
||||
- [**Python SDK**](https://trustgraph.ai/docs/api/apistarted)
|
||||
- [**TrustGraph CLI**](https://trustgraph.ai/docs/running/cli)
|
||||
|
||||
See the [API Developer's Guide](#api-documentation) for more information.
|
||||
|
||||
For users, **TrustGraph** has the following interfaces:
|
||||
|
||||
- [**Configuration Portal**](#configuration-portal)
|
||||
|
|
@ -179,7 +182,7 @@ tg-invoke-agent -v -q "Write a blog post about the 5 key takeaways from SB1047 a
|
|||
> [!TIP]
|
||||
> Adding `-v` to the agent request will return all of the agent manager's thoughts and observations that led to the final response.
|
||||
|
||||
## API documentation
|
||||
## API Documentation
|
||||
|
||||
[Developing on TrustGraph using APIs](docs/apis/README.md)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue