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-08-20 11:42:23 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dev
openswarm
/
backend
/
apps
/
agents
/
manager
/
run
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
ciregenz
7297b0a8e3
[eric] agents: the CLI's own auto-memory is disabled on every spawn, so memories stop landing in per-chat buckets and MemoryRead/MemoryWrite on the shared store is the one memory surface
2026-08-09 19:53:14 -07:00
..
__init__.py
[eric] agents: extract run-error classification (long-context/capacity/free-trial/auth/unknown-model cards) into manager/run/error_cards.py; agent_manager 1166->932
2026-06-23 22:37:38 -07:00
client_pool.py
[eric] agents: parked CLIs die at 10 minutes and the warm cap drops to 8, cutting the measured 1.3GB idle ceiling roughly in half
2026-08-07 21:10:44 -07:00
empty_finish.py
[eric] agents: the last silent-quit nudge demands a text answer instead of more work, and an exhausted budget says so in the chat
2026-08-08 22:35:41 -07:00
handle_run_error.py
[eric] agents: a TLS certificate failure is non-transient and says so, instead of burning 335s of retries on a broken cert chain
2026-08-09 12:51:02 -07:00
run_options_helpers.py
[eric] agents: every builtin tool server rides ONE process per chat, and the gate enumerates its grants instead of wildcarding
2026-08-08 12:59:50 -07:00
RunOptions.py
[eric] agents: the CLI's own auto-memory is disabled on every spawn, so memories stop landing in per-chat buckets and MemoryRead/MemoryWrite on the shared store is the one memory surface
2026-08-09 19:53:14 -07:00
TurnRunner.py
[eric] agents: active time is stall-capped inter-event work, so one wedged turn can't book 54 hours of 'agent time'
2026-08-09 14:08:34 -07:00