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)
- Host: GitHub
- URL: https://github.com/assada/raw_langchain
- Owner: assada
- Created: 2025-07-07T23:08:54.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-08T12:31:25.000Z (12 months ago)
- Last Synced: 2025-07-08T12:59:51.901Z (12 months ago)
- Topics: docker, fastapi, langchain, langgraph, uvicorn
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)