No description
Find a file
Nanobot d9e82a8a65 fix: return messages on user disconnect instead of crashing
GetUserMessageNode returns Err on EOF, which was hitting a break
statement that fell through to .ok() on an Err value.
2026-05-20 19:59:28 -04:00
mightyclaw fix: return messages on user disconnect instead of crashing 2026-05-20 19:59:28 -04:00
tests feat: implement bash, python, fetch tools 2026-05-20 18:42:47 -04:00
.gitignore refactor: replace Parsl with custom DAG-based node system 2026-05-20 18:07:52 -04:00
ai_slop_draft_agent.py asdf 2026-05-13 01:32:36 -04:00
ARCHITECTURE.md asdf 2026-05-13 01:32:36 -04:00
config.json.example made some changes 2026-05-12 23:45:53 -04:00
config.py refactor: reorganize config loader and terminal utilities 2026-05-15 11:16:05 -04:00
MightyClaw.toml fix: remove continue injection, strip trailing assistant instead 2026-05-20 19:56:59 -04:00
pyproject.toml refactor: replace Parsl with custom DAG-based node system 2026-05-20 18:07:52 -04:00
test_agent.py fix: ensure last message is never assistant role in LLM request 2026-05-20 19:18:00 -04:00
with_thread.py asdf 2026-05-13 01:32:36 -04:00