agent-zero/plugins/_browser
Alessandro daf95ec3ab Normalize tool contracts and slim prompt surface
Standardize multi-action tools around tool_args.action while keeping parser compatibility for older tool/args, tool_name:action, and method-shaped requests. This keeps new prompts clean without breaking agents that learned the previous dialect.

Move A0 connector remote execution/file tools into stable standard prompts, make remote targeting independent of the active chat context, and skill-gate beta computer-use remote so it no longer weighs down the always-on tool list.

Align text editor, scheduler, skills, office artifact, memory, notify, and browser prompts/tools around the canonical action contract. Add scheduler update/timezone handling, skills_tool read_file, text editor patch coverage, and fixes for memory_forget, behaviour_adjustment, and code execution progress warnings.

Reduce default prompt pressure by compacting browser and scheduler prompts into skill-backed manifests, shortening skill catalog descriptions, and pruning noisy framework knowledge. Remove obsolete connector prompt stubs and root tool-call knowledge examples.

Tests: conda run -n a0 pytest tests/test_a0_connector_prompt_gating.py tests/test_tool_action_contracts.py tests/test_task_scheduler_timezone.py tests/test_text_editor_context_patch.py tests/test_tool_request_normalization.py tests/test_office_document_store.py::test_odf_is_advertised_and_docx_remains_explicit_compatibility tests/test_office_document_store.py::test_document_artifact_accepts_method_alias_for_ods_create tests/test_skills_runtime.py tests/test_default_prompt_budget.py::test_a0_small_profile_removed_and_prompt_text_generic -q
2026-05-09 21:54:43 +02:00
..
api Fix canvas attachment for browser and documents 2026-05-08 19:08:53 +02:00
assets Centralize Browser helper contracts 2026-05-08 16:39:04 +02:00
extensions Persist browser history screenshots 2026-05-08 19:24:44 +02:00
helpers Bound browser tab usage during research 2026-05-09 17:36:15 +02:00
prompts Normalize tool contracts and slim prompt surface 2026-05-09 21:54:43 +02:00
skills Normalize tool contracts and slim prompt surface 2026-05-09 21:54:43 +02:00
tools Persist browser history screenshots 2026-05-08 19:24:44 +02:00
webui Bound browser tab usage during research 2026-05-09 17:36:15 +02:00
default_config.yaml Bound browser tab usage during research 2026-05-09 17:36:15 +02:00
hooks.py Move Browser Playwright cache to tmp 2026-05-07 18:43:24 +02:00
plugin.yaml Route Browser through A0 host connector 2026-05-08 04:22:18 +02:00