A web platform with a chat interface where an LLM-based agent performs shopping, communication, and private data search—using a plan → verify → execute multi‑agent backend with strong traceability and MCP (Model Context Protocol)–based integrations.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
49
commits
fix(orchestrator): align LangChain usage and startup checks
ea077c6View on GitHubfix(orchestrator): correct executor span try block indentation
bb0ab05View on GitHubchore(web): fix type-check by updating auth routes and jest globals
22e0e9fView on GitHubfeat(observability): instrument spans and expose langfuse traces
fd8e496View on GitHubfeat(data): align postgres schemas and add pgvector docs table
67466edView on GitHubfix(orchestrator): guard optional langgraph postgres dependency
a9cdef4View on GitHubfeat(orchestrator): integrate langgraph workflow and stream plan data
ffb9d63View on GitHubchore(platform): wire Orchestrator into start/stop scripts and status health\n\n- start-platform: start Orchestrator SSE (PID/log), set ORCHESTRATOR_SSE_URL for API\n- stop-platform: stop Orchestrator by PID; keep infra stop\n- platform-status: show Orchestrator in app services and add POST /sse/chat health\n\nfix(web): resolve Next build errors and feedback handling\n\n- Move sidebar useEffect outside JSX; richer artifacts panel\n- Use chat store updateMessage for feedback rating (no invalid assignment)\n\nfeat(api): enrich spans with tokens/cost and Langfuse links\n\n- Track token count/cost on orchestrator SSE proxy; set langfuse.run_id/url\n\nfeat(orchestrator): add optional OTel spans and guardrails/HITL events\n
ddd0a17View on GitHubfeat(web): feedback submission + checkout link rendering\n\n- MessageBubble posts feedback to API and updates UI\n- Renders checkout link from tool_call results if present\n\nfeat(api): artifacts/feedback retrieval endpoints + optional OTel\n\n- GET /api/artifacts and GET /api/feedback with DB-backed list and safe fallback\n- Optional OTel initialization (Express/HTTP + OTLP) gated by OTEL_ENABLE\n\nfeat(orchestrator): add OTel init + guardrails/HITL events + full-step execution\n\n- Guardrails input/output checks and events\n- Human checkpoint event when cost threshold exceeded (simulated approval)\n- Execute and stream all plan steps\n
39a1053View on GitHubfeat(api): add Postgres persistence (sessions/plans/tool_invocations) with test-safe fallback\n\n- Introduce pg Pool and init tables; skip DB in NODE_ENV=test\n- Persist sessions on create; list merges DB + memory\n- Persist plan/tool_call during orchestrator SSE proxy\n- Add pg types and keep tests green without DB
1617097View on GitHub