You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: type errors, Windows test paths, drop upstream-only tests
Type Check (ty) fixes in new/overwritten TACO files:
- tmux_session.py: widen logging_path to PurePath and allow None
asciinema paths (EnvironmentPaths.agent_dir is PurePosixPath; TACO
can run without asciinema recording); fix get_incremental_output's
last_command default (str | None = None); guard AsciinemaHandler
call with a not-None check on the local recording path.
- terminus_2.py: annotate _run_subagent's message_history as
list[dict[str, Any] | Message] to match LiteLLM.call; drop an
obsolete # type: ignore comment.
- output_filter.py: use walrus-assigned re.search so match.group is
only called after a non-None check.
- module/client.py: suppress openai SDK overload noise with a
native # ty: ignore[no-matching-overload] on the 3 create() calls.
Test fixes / cleanups:
- Fix Path(__file__).resolve().parents[N] in the 4 new compression
tests (tests live at tests/unit/agents/terminus_2/, repo root is
parents[4], not parents[3]).
- Update the BibTeX citation in both READMEs to the official author
list / @misc + eprint form.
- Drop upstream-only tests that exercise agent features TACO does
not ship (skills section, tmux send-keys chunking, _init_llm
patching): the 3 TestTerminus2 classes in test_agent_skills.py,
test_tmux_session.py, test_terminus_2_no_retry_on_cancelled.py.
Made-with: Cursor
title={A Self-Evolving Framework for Efficient Terminal Agents via Observational Context Compression},
93
+
author={Jincheng Ren and Siwei Wu and Yizhi Li and Kang Zhu and Shu Xu and Boyu Feng and Ruibin Yuan and Wei Zhang and Riza Batista-Navarro and Jian Yang and Chenghua Lin},
title={A Self-Evolving Framework for Efficient Terminal Agents via Observational Context Compression},
93
+
author={Jincheng Ren and Siwei Wu and Yizhi Li and Kang Zhu and Shu Xu and Boyu Feng and Ruibin Yuan and Wei Zhang and Riza Batista-Navarro and Jian Yang and Chenghua Lin},
0 commit comments