LangGraph Api HTTP template. SSE, history, langfuse, and other (uvicorn, FastApi)

docker fastapi langchain langfuse langgraph uvicorn
4 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub
Guardrails implementation about 1 month ago

AI Summary: Implement guardrails for the LangGraph API HTTP template to prevent the LLM from generating unsafe or undesirable outputs. This involves integrating either the LLMGuard library or leveraging LiteLLM's guardrail functionality. The choice depends on preference and existing project dependencies.

Complexity: 4/5
enhancement help wanted question agent

LangGraph Api HTTP template. SSE, history, langfuse, and other (uvicorn, FastApi)

Python
#docker#fastapi#langchain#langfuse#langgraph#uvicorn

AI Summary: The task requires creating an abstraction layer within the LangGraph API HTTP template to decouple the project's observability from specific tools like LangFuse, LangSmith, or Grafana Alloy. This will allow the template to easily integrate with various observability solutions without requiring significant code changes.

Complexity: 4/5
help wanted agent

LangGraph Api HTTP template. SSE, history, langfuse, and other (uvicorn, FastApi)

Python
#docker#fastapi#langchain#langfuse#langgraph#uvicorn

AI Summary: The task requires creating an abstraction layer within the existing FastAPI-based LangGraph agent template to support multiple AI frameworks, including LlamaIndex and Google ADK, in addition to the current LangGraph implementation. This involves designing interfaces and potentially adapters to allow the agent's core logic to remain framework-agnostic.

Complexity: 4/5
help wanted agent

LangGraph Api HTTP template. SSE, history, langfuse, and other (uvicorn, FastApi)

Python
#docker#fastapi#langchain#langfuse#langgraph#uvicorn

AI Summary: Implement a robust API for managing threads, including creation, retrieval, updating, deletion, and searching. The API should handle storing thread data (including metadata, status, and messages) in a database, likely using ULIDs for IDs. The provided Python code and JSON schema serve as a starting point for the implementation. The task also involves updating the existing `Thread` model to reflect the database storage requirements and potentially integrating with an existing LangGraph setup.

Complexity: 4/5
help wanted http partially implemented WIP

LangGraph Api HTTP template. SSE, history, langfuse, and other (uvicorn, FastApi)

Python
#docker#fastapi#langchain#langfuse#langgraph#uvicorn