From 491104d7faad552034a94bd82830fc7ab19f30c6 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:52:58 -0800 Subject: [PATCH] Update README.md for Websocket API --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d38a51ca..f497bdf6 100644 --- a/README.md +++ b/README.md @@ -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)