LICENSE
README.md
__init__.py
pyproject.toml
./__init__.py
./core/__init__.py
./core/callback_evidence.py
./core/causality.py
./core/contracts.py
./core/env.py
./core/interfaces.py
./core/network.py
./core/operator_requirements.py
./core/serialization.py
./core/tool_lifecycle.py
./interfaces/__init__.py
./interfaces/cli/__init__.py
./interfaces/cli/__main__.py
./interfaces/cli/main.py
./memory/__init__.py
./memory/context.py
./memory/conversation.py
./memory/memory.py
./memory/pentest_transcript.py
./memory/run_snapshot.py
./memory/state_store.py
./policy/__init__.py
./policy/callbacks.py
./policy/filesystem.py
./policy/policy.py
./policy/policy_normalizer.py
./policy/scope.py
./prompts/__init__.py
./prompts/agent_system.md
./prompts/agent_turn_protocol.md
./prompts/assembly.py
./prompts/policy_normalizer_system.md
./prompts/proof_verifier_system.md
./prompts/tool_environment.md
./prompts/tool_environment_builder.py
./prompts/agent_system_sections/00_identity.md
./prompts/agent_system_sections/10_authority_and_roe.md
./prompts/agent_system_sections/20_campaign_reasoning.md
./prompts/agent_system_sections/30_tool_contract.md
./prompts/agent_system_sections/40_evidence_and_reporting.md
./prompts/agent_system_sections/50_memory_and_context.md
./prompts/agent_system_sections/60_stop_and_policy.md
./prompts/agent_system_sections/90_protocol_reminder.md
./prompts/agent_system_sections/__init__.py
./providers/__init__.py
./providers/bedrock.py
./providers/factory.py
./providers/fallback.py
./providers/openai.py
./providers/vertex.py
./runtime/__init__.py
./runtime/agent_turn.py
./runtime/capability_ledger.py
./runtime/closure_pipeline.py
./runtime/credential_preflight.py
./runtime/llm_calls.py
./runtime/mission_events.py
./runtime/observer.py
./runtime/operational_facts.py
./runtime/output_store.py
./runtime/preflight.py
./runtime/preflight_engines.py
./runtime/proof_verifier.py
./runtime/quality.py
./runtime/recall.py
./runtime/reporting.py
./runtime/run_events.py
./runtime/run_reconciliation.py
./runtime/runtime.py
./runtime/session_origin.py
./runtime/tool_context.py
./runtime/tool_execution.py
./runtime/tool_observation.py
./runtime/turn_pipeline.py
./tool_profiles/__init__.py
./tool_profiles/bash_command_semantics.py
./tool_profiles/bash_execution_profile.py
./tool_profiles/bash_parser.py
./tool_profiles/python_execution_profile.py
./tool_profiles/shell_command_analyzer.py
./tool_profiles/shell_engine.py
./toolchain/__init__.py
./toolchain/health_manifest.json
./toolchain/image.lock.json
./toolchain/manifest.json
./toolchain/prompt.py
./toolchain/verify.py
./toolchain/sandbox/Dockerfile
./toolchain/sandbox/__init__.py
./toolchain/sandbox/build.py
./toolchain/sandbox/verify_manifest.py
./tools/__init__.py
./tools/base.py
./tools/contracts.py
./tools/artifacts/__init__.py
./tools/artifacts/access.py
./tools/bash/__init__.py
./tools/bash/tool.py
./tools/bash/components/__init__.py
./tools/bash/components/callbacks.py
./tools/bash/components/execution.py
./tools/bash/components/jobs.py
./tools/bash/components/registry.py
./tools/bash/components/run.py
./tools/bash/components/signals.py
./tools/http/__init__.py
./tools/http/client.py
./tools/http/contract.py
./tools/http/credentials.py
./tools/http/forms.py
./tools/http/origin.py
./tools/http/processing.py
./tools/http/render.py
./tools/http/sessions.py
./tools/http/tool.py
./tools/list/__init__.py
./tools/list/tool.py
./tools/read/__init__.py
./tools/read/tool.py
./tools/search/__init__.py
./tools/search/tool.py
./tools/web_fetch/__init__.py
./tools/web_fetch/fetcher.py
./tools/web_fetch/processor.py
./tools/web_fetch/tool.py
./tools/web_search/__init__.py
./tools/web_search/providers.py
./tools/web_search/tool.py
./tools/workspace/__init__.py
./tools/workspace/files.py
./tools/write/__init__.py
./tools/write/tool.py
core/__init__.py
core/callback_evidence.py
core/causality.py
core/contracts.py
core/env.py
core/interfaces.py
core/network.py
core/operator_requirements.py
core/serialization.py
core/tool_lifecycle.py
interfaces/__init__.py
interfaces/cli/__init__.py
interfaces/cli/__main__.py
interfaces/cli/main.py
memory/__init__.py
memory/context.py
memory/conversation.py
memory/memory.py
memory/pentest_transcript.py
memory/run_snapshot.py
memory/state_store.py
oryon_pentest.egg-info/PKG-INFO
oryon_pentest.egg-info/SOURCES.txt
oryon_pentest.egg-info/dependency_links.txt
oryon_pentest.egg-info/entry_points.txt
oryon_pentest.egg-info/requires.txt
oryon_pentest.egg-info/top_level.txt
policy/__init__.py
policy/callbacks.py
policy/filesystem.py
policy/policy.py
policy/policy_normalizer.py
policy/scope.py
prompts/__init__.py
prompts/agent_system.md
prompts/agent_turn_protocol.md
prompts/assembly.py
prompts/policy_normalizer_system.md
prompts/proof_verifier_system.md
prompts/tool_environment.md
prompts/tool_environment_builder.py
prompts/agent_system_sections/00_identity.md
prompts/agent_system_sections/10_authority_and_roe.md
prompts/agent_system_sections/20_campaign_reasoning.md
prompts/agent_system_sections/30_tool_contract.md
prompts/agent_system_sections/40_evidence_and_reporting.md
prompts/agent_system_sections/50_memory_and_context.md
prompts/agent_system_sections/60_stop_and_policy.md
prompts/agent_system_sections/90_protocol_reminder.md
prompts/agent_system_sections/__init__.py
providers/__init__.py
providers/bedrock.py
providers/factory.py
providers/fallback.py
providers/openai.py
providers/vertex.py
runtime/__init__.py
runtime/agent_turn.py
runtime/capability_ledger.py
runtime/closure_pipeline.py
runtime/credential_preflight.py
runtime/llm_calls.py
runtime/mission_events.py
runtime/observer.py
runtime/operational_facts.py
runtime/output_store.py
runtime/preflight.py
runtime/preflight_engines.py
runtime/proof_verifier.py
runtime/quality.py
runtime/recall.py
runtime/reporting.py
runtime/run_events.py
runtime/run_reconciliation.py
runtime/runtime.py
runtime/session_origin.py
runtime/tool_context.py
runtime/tool_execution.py
runtime/tool_observation.py
runtime/turn_pipeline.py
tool_profiles/__init__.py
tool_profiles/bash_command_semantics.py
tool_profiles/bash_execution_profile.py
tool_profiles/bash_parser.py
tool_profiles/python_execution_profile.py
tool_profiles/shell_command_analyzer.py
tool_profiles/shell_engine.py
toolchain/__init__.py
toolchain/health_manifest.json
toolchain/image.lock.json
toolchain/manifest.json
toolchain/prompt.py
toolchain/verify.py
toolchain/sandbox/Dockerfile
toolchain/sandbox/__init__.py
toolchain/sandbox/build.py
toolchain/sandbox/verify_manifest.py
tools/__init__.py
tools/base.py
tools/contracts.py
tools/artifacts/__init__.py
tools/artifacts/access.py
tools/bash/__init__.py
tools/bash/tool.py
tools/bash/components/__init__.py
tools/bash/components/callbacks.py
tools/bash/components/execution.py
tools/bash/components/jobs.py
tools/bash/components/registry.py
tools/bash/components/run.py
tools/bash/components/signals.py
tools/http/__init__.py
tools/http/client.py
tools/http/contract.py
tools/http/credentials.py
tools/http/forms.py
tools/http/origin.py
tools/http/processing.py
tools/http/render.py
tools/http/sessions.py
tools/http/tool.py
tools/list/__init__.py
tools/list/tool.py
tools/read/__init__.py
tools/read/tool.py
tools/search/__init__.py
tools/search/tool.py
tools/web_fetch/__init__.py
tools/web_fetch/fetcher.py
tools/web_fetch/processor.py
tools/web_fetch/tool.py
tools/web_search/__init__.py
tools/web_search/providers.py
tools/web_search/tool.py
tools/workspace/__init__.py
tools/workspace/files.py
tools/write/__init__.py
tools/write/tool.py