2026-07-02 - 2026-08-02
Overview
8 Pull requests merged by 2 users
Merged
#85 feat(agents): add offset-based pagination to file_read
Merged
#84 feat(agents): surface timeout budget in tool schemas and errors
Merged
#80 feat(graph): enforce USD budget at each agent invocation with pre-flight gate
Merged
#81 feat(langgraph): implement real type:tool graph node execution via ToolAgent dispatch
Merged
#74 feat(agents): add tool_agent_class parameter to AgentFactory and create_executor
Merged
#72 fix(nodes): propagate ExecutionError from retry mechanism instead of swallowing it
Merged
#70 feat(agents): add LLM agent retry mechanisms with exponential backoff
Merged
#68 feat(agents): add tool-call support to LLMAgent.stream_message
2 Pull requests proposed by 1 user
Proposed
#87 fix(ci): make benchmark_regression job fast and correctly fail on regressions
Proposed
#94 feat(skills): add skill package schema and agent-side skill loading support
10 Issues closed from 3 users
Closed
#91 Graph route with an edge to a non-existent target node executes partially then exits silently instead of failing config validation
Closed
#90 Graph route with an edge to a non-existent target node executes partially then exits silently instead of failing config validation
Closed
#83 feat(agents): add offset-based pagination to file_read
Closed
#82 feat(agents): surface timeout budget in tool schemas and errors
Closed
#76 Enforce USD budget at each agent invocation (incl. pruning): skip pruning when tripped, fail immediately with no retries at zero/negative balance
Closed
#75 Implement real type: tool graph node execution by wiring NodeConfig.tool to ToolAgent._execute_tool
Closed
#73 Add tool_agent_class parameter to AgentFactory and create_executor to support runtime-injected ToolAgent subclasses
Closed
#71 ConnectionError retry exhaustion silently swallowed, producing empty response instead of propagating ExecutionError
Closed
#69 LLM Agent Communication Retry Mechanisms with Exponential Backoff
Closed
#67 Add tool-call support to LLMAgent.stream_message
15 Issues created by 2 users
Opened
#71 ConnectionError retry exhaustion silently swallowed, producing empty response instead of propagating ExecutionError
Opened
#73 Add tool_agent_class parameter to AgentFactory and create_executor to support runtime-injected ToolAgent subclasses
Opened
#75 Implement real type: tool graph node execution by wiring NodeConfig.tool to ToolAgent._execute_tool
Opened
#76 Enforce USD budget at each agent invocation (incl. pruning): skip pruning when tripped, fail immediately with no retries at zero/negative balance
Opened
#77 Epic: LLM Agent Runtime Stabilization — reliability, resource enforcement & correctness hardening
Opened
#78 Invert default exception handling: stop swallowing by default; catch only recoverable exceptions and propagate the rest
Opened
#82 feat(agents): surface timeout budget in tool schemas and errors
Opened
#83 feat(agents): add offset-based pagination to file_read
Opened
#86 fix(ci): benchmark_regression job intermittently hangs/times out and never signals real regressions correctly
Opened
#88 feat(skills): add Skill package schema and agent-side skill loading support
Opened
#89 Graph route with an edge to a non-existent target node executes partially then exits silently instead of failing config validation
Opened
#90 Graph route with an edge to a non-existent target node executes partially then exits silently instead of failing config validation
Opened
#91 Graph route with an edge to a non-existent target node executes partially then exits silently instead of failing config validation
Opened
#92 TDD: Graph route with an edge to a non-existent target node executes partially then exits silently instead of failing config validation
Opened
#93 Expose sandboxed read_file/write_file helpers to inline code (Python_exec) in unsafe mode
10 Unresolved Conversations
Open
#9
Align cleveractors-core to The Actor Configuration Standard v1.0.0
Open
#22
Epic: Package Registry Client — Support Package Registry Standard v1.0.0
Open
#2
Clever Actors only accepts GRAPH actors, not LLM actors.
Open
#8
cleveractors.langgraph provides no StateGraph bridge — host applications must walk CompiledActor nodes manually
Open
#55
DOCS(Readme.md): "LangGraph Workflows" have two problems.
Open
#17
feat(public-api): expose all router-facing APIs at cleveractors package level; update README
Open
#56
DOCS(README.md): "Reactive stream routing"
Open
#53
Docs(README): Quickstart is incomplete and wrong.
Open
#49
refactor(application): move ReactiveCleverAgentsApp verbosity logging to child logger to stop mutating root logger
Open
#54
Docs(README): "Using agents directly" has 2 problems.