README.md
pyproject.toml
src/firm/__init__.py
src/firm/__main__.py
src/firm/cli.py
src/firm/py.typed
src/firm/runtime.py
src/firm/api/__init__.py
src/firm/api/app.py
src/firm/bounty/__init__.py
src/firm/bounty/campaign.py
src/firm/bounty/dedup.py
src/firm/bounty/factory.py
src/firm/bounty/hackerone.py
src/firm/bounty/reward.py
src/firm/bounty/scope.py
src/firm/bounty/triage.py
src/firm/bounty/vulnerability.py
src/firm/bounty/sandbox/__init__.py
src/firm/bounty/tools/__init__.py
src/firm/bounty/tools/scanner.py
src/firm/core/__init__.py
src/firm/core/agent.py
src/firm/core/audit.py
src/firm/core/authority.py
src/firm/core/constitution.py
src/firm/core/events.py
src/firm/core/evolution.py
src/firm/core/federation.py
src/firm/core/governance.py
src/firm/core/human.py
src/firm/core/ledger.py
src/firm/core/market.py
src/firm/core/memory.py
src/firm/core/meta.py
src/firm/core/plugins.py
src/firm/core/prediction.py
src/firm/core/reputation.py
src/firm/core/roles.py
src/firm/core/serialization.py
src/firm/core/spawn.py
src/firm/core/types.py
src/firm/llm/__init__.py
src/firm/llm/agent.py
src/firm/llm/executor.py
src/firm/llm/providers.py
src/firm/llm/tools.py
src/firm_protocol.egg-info/PKG-INFO
src/firm_protocol.egg-info/SOURCES.txt
src/firm_protocol.egg-info/dependency_links.txt
src/firm_protocol.egg-info/entry_points.txt
src/firm_protocol.egg-info/requires.txt
src/firm_protocol.egg-info/top_level.txt
tests/test_agent.py
tests/test_audit.py
tests/test_authority.py
tests/test_bounty_campaign.py
tests/test_bounty_cli.py
tests/test_bounty_dedup.py
tests/test_bounty_factory.py
tests/test_bounty_hackerone.py
tests/test_bounty_reward.py
tests/test_bounty_scope.py
tests/test_bounty_tools.py
tests/test_bounty_triage.py
tests/test_bounty_vuln.py
tests/test_cli.py
tests/test_consensus_llm.py
tests/test_constitution.py
tests/test_e2e.py
tests/test_e2e_full_loop.py
tests/test_events.py
tests/test_evolution.py
tests/test_federation.py
tests/test_global_authority.py
tests/test_governance.py
tests/test_governance_llm.py
tests/test_human.py
tests/test_ledger.py
tests/test_llm.py
tests/test_llm_runtime.py
tests/test_market.py
tests/test_memory.py
tests/test_meta.py
tests/test_plugins.py
tests/test_prediction.py
tests/test_prediction_runtime.py
tests/test_property.py
tests/test_reputation.py
tests/test_reputation_llm.py
tests/test_restructurer.py
tests/test_roles.py
tests/test_runtime.py
tests/test_serialization.py
tests/test_spawn.py
tests/test_stress.py
tests/test_types.py
tests/test_user_acceptance.py