Update README.md for Websocket API

This commit is contained in:
Jack Colquitt 2024-12-30 10:52:58 -08:00 committed by GitHub
parent 7060e7b10a
commit 491104d7fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)