🤖🕸️ Production-grade multi-agent orchestration framework powered by Pregel BSP. Build sophisticated AI workflows with parallel execution, state management, and observability.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
414
commits
feat(model node): add option to store final response in state with response key
7871f83View on GitHubfeat(model node): add configurable next target for routing when no tool calls are present
463c0d8View on GitHubrefactor(middleware, vectorstore, viz): introduce default constants for polling intervals and timeouts
9d229f0View on GitHubRefactor graph and tool packages for improved type handling and middleware removal
6baeaabView on GitHubAdd middleware tests for audit, cache, circuit breaker, guardrail, and timeout
f8ec73aView on GitHubrefactor(middleware): replace interface{} with any for improved type safety
a0c8070View on GitHubfeat(middleware): refactor middleware implementation and add new middleware functions
797515dView on GitHubrefactor(docs): remove default values from graph key definitions for clarity
8d47de1View on GitHubfeat(graph): implement reflection-free iteration for reducers and enhance state key management
86f9d1bView on GitHubfeat(runtime): replace MustNewRuntime with NewRuntime and handle errors in tests
a93e9edView on GitHubfeat(openai): implement schema transformation for OpenAI strict mode compliance
ca4f86dView on GitHubfeat(reflectutil): add reflection helpers for nil and zero value checks
489363bView on GitHubfeat(runtime): implement sharded counter for per-vertex message tracking and update scheduler integration
b38ad8dView on GitHubfeat(rag): enhance query rephrasing and context detection for improved conversational handling
173423cView on GitHub