LICENSE
README.md
pyproject.toml
src/abstractagent/__init__.py
src/abstractagent/repl.py
src/abstractagent.egg-info/PKG-INFO
src/abstractagent.egg-info/SOURCES.txt
src/abstractagent.egg-info/dependency_links.txt
src/abstractagent.egg-info/entry_points.txt
src/abstractagent.egg-info/requires.txt
src/abstractagent.egg-info/top_level.txt
src/abstractagent/adapters/__init__.py
src/abstractagent/adapters/codeact_runtime.py
src/abstractagent/adapters/emit_inventory.py
src/abstractagent/adapters/generation_params.py
src/abstractagent/adapters/loop_hooks.py
src/abstractagent/adapters/media.py
src/abstractagent/adapters/memact_runtime.py
src/abstractagent/adapters/native_loop_registry.py
src/abstractagent/adapters/progress.py
src/abstractagent/adapters/react_runtime.py
src/abstractagent/adapters/read_orchestration.py
src/abstractagent/adapters/tool_allowlist.py
src/abstractagent/adapters/tool_failure_hints.py
src/abstractagent/adapters/transcripts.py
src/abstractagent/agents/__init__.py
src/abstractagent/agents/base.py
src/abstractagent/agents/codeact.py
src/abstractagent/agents/defaults.py
src/abstractagent/agents/memact.py
src/abstractagent/agents/react.py
src/abstractagent/agents/task_reset.py
src/abstractagent/agents/unattended.py
src/abstractagent/logic/__init__.py
src/abstractagent/logic/builtins.py
src/abstractagent/logic/codeact.py
src/abstractagent/logic/memact.py
src/abstractagent/logic/react.py
src/abstractagent/logic/types.py
src/abstractagent/metrics/__init__.py
src/abstractagent/metrics/prefix_reuse.py
src/abstractagent/sandbox/__init__.py
src/abstractagent/sandbox/interface.py
src/abstractagent/sandbox/local.py
src/abstractagent/scripts/__init__.py
src/abstractagent/scripts/lmstudio_tool_eval.py
src/abstractagent/tools/__init__.py
src/abstractagent/tools/code_execution.py
src/abstractagent/tools/self_improve.py
tests/test_active_context_policy_adoption.py
tests/test_adversary_hardening_2026_07_13.py
tests/test_agent_plan_review_modes.py
tests/test_agent_speculation_inheritance.py
tests/test_agents_integration_llm.py
tests/test_base_agent_trace_accessors.py
tests/test_batching_prompt_rule.py
tests/test_budget_triage_tail.py
tests/test_builtin_tool_specs_optional_defaults.py
tests/test_c2447_visit_lane_honesty.py
tests/test_claim_0029_residue_2026_07_14.py
tests/test_codeact_logic.py
tests/test_codeact_runtime_verifier_policy.py
tests/test_delegate_session_route_composition.py
tests/test_emit_inventory_drift.py
tests/test_gated_remainder_wave_2026_07_14.py
tests/test_generation_params_media_policies.py
tests/test_history_monster_clamp.py
tests/test_improvement_wave_2026_07_13.py
tests/test_llm_call_payload_requires_prompt_or_messages.py
tests/test_lmstudio_tool_eval_metrics.py
tests/test_loop_hooks.py
tests/test_loop_hooks_0026_follow_ups.py
tests/test_memact_codeact_guidance_durable_transcript.py
tests/test_memact_session_memory.py
tests/test_memact_workflow.py
tests/test_memory_recall_tool.py
tests/test_native_loop_registry.py
tests/test_open_attachment_tool_available.py
tests/test_operator_conclude.py
tests/test_optimal_wave_batch2_2026_07_13.py
tests/test_packaging_profiles.py
tests/test_parse_prompt_cache_capture.py
tests/test_prefix_reuse_metric.py
tests/test_progress_detection.py
tests/test_react_act_only_observation.py
tests/test_react_active_attachments_disable_tools_first_iteration.py
tests/test_react_adapter_forwards_context_attachments_media.py
tests/test_react_delegate_agent_tool.py
tests/test_react_election_fence_conformance.py
tests/test_react_entity_dress_conformance.py
tests/test_react_guidance_durable_transcript.py
tests/test_react_logic.py
tests/test_react_loop_aborted_generation_retry.py
tests/test_react_loop_context_transcript_levels.py
tests/test_react_loop_followthrough_retry.py
tests/test_react_loop_side_effect_dedupe_comms.py
tests/test_react_loop_truncated_output_retry.py
tests/test_react_max_iterations_concludes.py
tests/test_react_phase_grant_boundary.py
tests/test_react_planish_heuristic.py
tests/test_react_prompt_prefix_stability.py
tests/test_react_sight_lane_media_fold.py
tests/test_react_turn_byte_stability.py
tests/test_react_verifier_and_plan.py
tests/test_react_visit_composition.py
tests/test_react_visit_merge.py
tests/test_react_workflow_system_prompt_and_tools_override.py
tests/test_react_workflow_toolset_refresh.py
tests/test_read_orchestration_guidance.py
tests/test_reasoning_first_citizen_agent.py
tests/test_review_failure_containment.py
tests/test_run_start_seeds_runtime_provider_model.py
tests/test_session_memory.py
tests/test_sibling_loop_defects_batch.py
tests/test_sibling_strict_transcripts_0011.py
tests/test_stuck_streak_termination.py
tests/test_tool_failure_hints.py
tests/test_tool_loop_prefix_extension_a3.py
tests/test_tool_observe_emits_result_for_tui.py
tests/test_tools_editing.py
tests/test_unseeded_render_limits.py
tests/test_verifier_execution_preference.py
tests/test_verifier_schema_strict.py