eigent/backend/camel/agents
Sun Tao 7f8e6927bf fix: show actions immediately when tool starts executing
Yield a tool_call_start notification from ChatAgent's streaming
tool executor before the tool begins running. Extension chat service
sends ACTION to frontend immediately so the UI shows the action
in real-time instead of after completion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 20:58:01 +08:00
..
tool_agents update 2026-03-31 17:20:08 +08:00
__init__.py update 2026-03-31 17:20:08 +08:00
_types.py update 2026-03-31 17:20:08 +08:00
_utils.py update 2026-03-31 17:20:08 +08:00
base.py update 2026-03-31 17:20:08 +08:00
chat_agent.py fix: show actions immediately when tool starts executing 2026-04-03 20:58:01 +08:00
critic_agent.py update 2026-03-31 17:20:08 +08:00
deductive_reasoner_agent.py update 2026-03-31 17:20:08 +08:00
embodied_agent.py update 2026-03-31 17:20:08 +08:00
knowledge_graph_agent.py update 2026-03-31 17:20:08 +08:00
mcp_agent.py update 2026-03-31 17:20:08 +08:00
multi_hop_generator_agent.py update 2026-03-31 17:20:08 +08:00
programmed_agent_instruction.py update 2026-03-31 17:20:08 +08:00
repo_agent.py update 2026-03-31 17:20:08 +08:00
role_assignment_agent.py update 2026-03-31 17:20:08 +08:00
search_agent.py update 2026-03-31 17:20:08 +08:00
task_agent.py update 2026-03-31 17:20:08 +08:00