Deploy deep agents to LangSmith
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 42/100
- Loại issue
- Tính năng
- Độ rõ ràng
- Khá rõ ràng
- Mức độ hoạt động
- Ít trao đổi
- Công nghệ
- fastapi, next.js, python, typescript
- Lĩnh vực
- backend, cloud, devops, frontend, observability
Hướng nghiên cứu
Start by reading apps/agent/main.py, apps/agent/langgraph.json, and pyproject.toml, then review the LangSmith deployment documentation. Trace how the frontend CopilotKit API route reaches the current FastAPI/Uvicorn service. Done means the agent deploys successfully, skills and dependencies work, frontend requests reach the cloud URL, traces appear in LangSmith, and state synchronization is verified.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Overview
Deploy the LangGraph deep agent (apps/agent) to LangSmith's managed cloud platform (formerly LangGraph Platform) for production hosting, observability, and tracing.
Background
The agent already uses the deepagents SDK (create_deep_agent()) built on LangGraph, and has a langgraph.json config in place. LangSmith Cloud provides managed deployment with built-in tracing, streaming, and persistence — replacing the current self-hosted FastAPI/Uvicorn setup.
Current State
- Agent framework: LangGraph 1.0.7 + DeepAgents via
create_deep_agent() - Entry point:
apps/agent/main.py→ exportsgraphobject - Config:
apps/agent/langgraph.jsonalready exists with graphsample_agentpointing to./main.py:graph - Dependencies: managed via
uv+pyproject.toml - Hosting: currently self-hosted via
uvicornon port 8123 - Checkpointing: in-memory
BoundedMemorySaver(200 threads, no persistence across restarts)
What Needs to Happen
1. LangSmith Account & Deployment Setup
- Ensure LangSmith Plus plan (or higher) is active — required for cloud deployments
- Connect the GitHub repo to LangSmith via Deployments → + New Deployment
2. Configuration Updates
- Review
langgraph.json— theenvpath currently points to../../.env(relative to repo root), which may need adjustment for cloud deployment - Add
LANGCHAIN_API_KEY,LANGCHAIN_TRACING_V2=true, andLANGCHAIN_PROJECTto environment config - Ensure
OPENAI_API_KEYis set as a deployment secret in LangSmith - Verify
deepagentsand all dependencies resolve correctly in the cloud build environment
3. Compatibility Considerations
- CopilotKitMiddleware: Verify it works within LangGraph Platform's execution model (not running inside FastAPI directly)
- BoundedMemorySaver: Cloud deployments provide managed persistence (Postgres-backed checkpointer) — evaluate whether to replace the custom in-memory saver
- Skills directory: Confirm
skills/markdown files are included in the deployment bundle (they're loaded via file path at runtime) - ag-ui-langgraph endpoint: Determine if the FastAPI wrapper (
add_langgraph_fastapi_endpoint) is still needed or if LangSmith handles this natively
4. Frontend Integration
- Update the frontend CopilotKit API route to point to the LangSmith deployment URL instead of
localhost:8123 - Add deployment URL as an environment variable for the Next.js app
- Test bidirectional agent state sync (todos) through the cloud-hosted agent
5. Observability
- Confirm traces appear in LangSmith for all agent runs
- Set up a LangSmith project for organizing traces
- Verify tool call traces (query_data, plan_visualization, manage_todos, etc.) are captured
Risks & Open Questions
- Cold start latency: LangSmith cloud deployments may have cold starts — measure impact on UX
- Cost: Plus plan is $39/seat/mo + usage-based billing for agent runs and uptime
- Skills file loading: The agent loads skills from
Path(__file__).parent / "skills"— need to verify this resolves correctly in the containerized cloud environment - Rate limiting: Current app has optional IP-based rate limiting in FastAPI middleware — this won't carry over to LangSmith; determine if platform-level rate limiting is sufficient
References
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 202
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của CopilotKit/OpenGenerativeUI
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
-
enhancement
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 48/100
CopilotKit/OpenGenerativeUI#87 · 2 bình luận ·
-
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 35/100
-
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 45/100
Tất cả issue của CopilotKit/OpenGenerativeUI
Issue tương tự
-
Type/Bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
OpenNSW/nsw-srilanka#497 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
0xMiden/bridge-portal#132 ·
-
react-doctor severity:warning tech-debt
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 88/100
digidem/comapeo-cloud-app#403 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100