mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-18 06:11:12 +00:00
Promote the a0_small prompt work into the shipped default stack. Token count for default prompt, accounting for tools, plugins, secrets placeholders, inactive project, etc: 2996 tokens. - migrate compact prompt fragments into core prompts, plugin-owned prompts, and the agent0 overlay - remove the obsolete a0_small profile and rename the tool-call knowledge reference to a generic framework file - keep a small set of high-value JSON examples while preserving key guardrails for tool names, tool args, and method-style calls - bake balanced conciseness into default response behavior without changing the initial greeting - drop the call_sub prompt-side loader and keep call_sub guidance self-contained - restore essential secrets/security guidance, preserve inactive-project messaging, and rebalance the A2A prompt - add a regression test that verifies the assembled default agent0 prompt stays under the token budget and retains critical guardrails |
||
|---|---|---|
| .. | ||
| chunk_parser_test.py | ||
| email_parser_test.py | ||
| rate_limiter_test.py | ||
| test_browser_agent_regressions.py | ||
| test_default_prompt_budget.py | ||
| test_docker_release_plan.py | ||
| test_extensions_stress.py | ||
| test_fasta2a_client.py | ||
| test_file_tree_visualize.py | ||
| test_git_version_label.py | ||
| test_http_auth_csrf.py | ||
| test_model_config_api_keys.py | ||
| test_multi_tab_isolation.py | ||
| test_persist_chat_log_ids.py | ||
| test_print_style.py | ||
| test_run_ui_config.py | ||
| test_self_update_tag_filter.py | ||
| test_settings_developer_sections.py | ||
| test_snapshot_parity.py | ||
| test_snapshot_schema_v1.py | ||
| test_socketio_library_semantics.py | ||
| test_socketio_unknown_namespace.py | ||
| test_state_monitor.py | ||
| test_state_sync_handler.py | ||
| test_state_sync_welcome_screen.py | ||
| test_webui_extension_surfaces.py | ||
| test_ws_client_api_surface.py | ||
| test_ws_csrf.py | ||
| test_ws_handlers.py | ||
| test_ws_manager.py | ||
| test_ws_security.py | ||