Skip to content

Commit 00e69b3

Browse files
authored
Update README.md (#186)
* Update README.md Add latest features to README * Update README.md
1 parent 8b47fd2 commit 00e69b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ docker compose watch
5050

5151
### Key Features
5252

53-
1. **LangGraph Agent**: A customizable agent built using the LangGraph framework.
53+
1. **LangGraph Agent and latest features**: A customizable agent built using the LangGraph framework. Implements the latest LangGraph v0.3 features including human in the loop with `interrupt()`, and flow control with `Command`, and `langgraph-supervisor`.
5454
1. **FastAPI Service**: Serves the agent with both streaming and non-streaming endpoints.
5555
1. **Advanced Streaming**: A novel approach to support both token-based and message-based streaming.
56-
1. **Content Moderation**: Implements LlamaGuard for content moderation (requires Groq API key).
5756
1. **Streamlit Interface**: Provides a user-friendly chat interface for interacting with the agent.
58-
1. **Multiple Agent Support**: Run multiple agents in the service and call by URL path
57+
1. **Multiple Agent Support**: Run multiple agents in the service and call by URL path. Available agents and models are described in `/info`
5958
1. **Asynchronous Design**: Utilizes async/await for efficient handling of concurrent requests.
59+
1. **Content Moderation**: Implements LlamaGuard for content moderation (requires Groq API key).
6060
1. **Feedback Mechanism**: Includes a star-based feedback system integrated with LangSmith.
61-
1. **Dynamic Metadata**: `/info` endpoint provides dynamically configured metadata about the service and available agents and models.
6261
1. **Docker Support**: Includes Dockerfiles and a docker compose file for easy development and deployment.
6362
1. **Testing**: Includes robust unit and integration tests for the full repo.
6463

0 commit comments

Comments
 (0)