OpenShrimp CORA is a next-generation intelligent search and knowledge management platform built upon the CAMEL multi-agent framework. It integrates a MCP architecture, RAG, GraphRAG, and visual prompt engineering to achieve a white-box workflow loop from problem definition to automated execution.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
frontend: fix CI build by removing unused default React imports and FC types; cleanup SchemaFormRenderer; streamline GraphWorkspacePage; ensure TS build passes.\n\n- Remove default React imports in components using JSX runtime\n- Drop React.FC annotations where unnecessary\n- Delete unused helpers (updateValue) and variables (idToIndex)\n- Verified: npm run build passes; tests pass with coverage gating disabled in CI
481f74eView on GitHubfeat(graph): add DAG/force layouts, zoom/pan, edge arrows, node-edge highlight; refactor routes to use Cytoscape workbench at /graph and keep minimal at /graph/min\n\nfeat(orchestrator-frontend): form validation (required, types, ranges), SSE auto-retry with progress bar; error hints under inputs\n\nfeat(orchestrator-backend): extend graph_rag task params, strict validation, integrate real /api/v1/agents/graph-rag endpoint with step events and progress updates\n\nchore: update sidebar routing and tool discovery to point to new pages
be49d1dView on GitHubfeat(frontend): enhance SchemaFormRenderer (object, oneOf/anyOf); add RAG evidence and Graph stats panels; add MetricsDashboard for Strata /metrics\nfeat(strata): basic in-memory metrics and /metrics endpoint\nfeat(orchestrator): minimal MCP orchestrator with start/status/artifact and SSE events
5dc6c0cView on GitHubfeat(frontend): V1 工具控制台 — Schema 驱动表单 + Strata 工具发现与调用(含 trace-id)
1e5c5b0View on GitHubfeat(strata): 引入 Strata MCP Server PoC 与 MCP 子服务骨架\n\n- 新增 strata 服务(/tools, /invoke)与 config.yaml\n- 新增 mcp-rag 与 mcp-graph(/mcp/tools, /mcp/invoke)\n- 更新 docker-compose 以支持开发模式路由\n- 添加 STRATA_INTEGRATION.md 文档
299568dView on GitHub