This website requires JavaScript.
Explore
Help
Sign In
WEBDIENSTE
/
openswarm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/openswarm-ai/openswarm.git
synced
2026-09-22 01:24:52 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2f0c101d6a9e75be0d076aa79cf7ed8c7c41398e
openswarm
/
backend
/
apps
/
agents
/
manager
/
streaming
T
History
ciregenz
2f0c101d6a
[eric] agents: extract StreamEvent (incremental stream) handler into streaming/stream_event + tests
2026-06-23 03:54:45 -07:00
..
__init__.py
[eric] agents: thread the turn's thinking state through a ThinkingState model (Phase A slice 1)
2026-06-23 00:56:19 -07:00
hook_context.py
[eric] agents: lift PostToolUse hook into tool_result_hook (drops 2 dead local computations)
2026-06-23 02:11:52 -07:00
state.py
[eric] agents: fix thinking-pill per-turn token delta (baselines unified into TurnState) + harness pin
2026-06-23 01:17:10 -07:00
stop_hook.py
[eric] agents: lift Stop hook (App Builder render gate) into stop_hook module
2026-06-23 02:15:58 -07:00
stream_event.py
[eric] agents: extract StreamEvent (incremental stream) handler into streaming/stream_event + tests
2026-06-23 03:54:45 -07:00
thinking.py
[eric] agents: convention pass on loop split (Optional over | None, no leading-_ locals)
2026-06-23 01:43:45 -07:00
tool_result_hook.py
[eric] agents: lift PostToolUse hook into tool_result_hook (drops 2 dead local computations)
2026-06-23 02:11:52 -07:00