An open API service indexing awesome lists of open source software.

https://github.com/assada/raw_langchain

LangGraph Api server (uvicorn, FastApi)
https://github.com/assada/raw_langchain

docker fastapi langchain langgraph uvicorn

Last synced: 12 months ago
JSON representation

LangGraph Api server (uvicorn, FastApi)

Awesome Lists containing this project

README

          

## TODO:

- [ ] Add a way to add tools to the agent
- [ ] Add a way to add a database to the agent (memory, checkpoints, feedback?, etc)
- [ ] Implement graph instead of simple agent
- [ ] Keep alive SSE connection until the user closes the browser tab
- [ ] Add a way to validate the user's access token (OAuth2)
- [ ] Refactor the structure of the project. We need to separate general fastapi app from the agent app.
- [ ] Add more model configuration options (temperature, top_p, etc)