LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/doctor.py
cli/hyperclaw.py
cli/onboarding.py
core/__init__.py
core/connectors/__init__.py
core/connectors/infrastructure.py
core/connectors/messaging.py
core/connectors/productivity.py
core/connectors/smarthome.py
core/connectors/social.py
core/hyperrouter/__init__.py
core/hyperrouter/bandit.py
core/hyperrouter/fast_loop.py
core/hyperrouter/slow_loop.py
core/hyperstate/__init__.py
core/hyperstate/certifier.py
core/hyperstate/schema.py
core/hyperstate/state_manager.py
core/hyperstate/store.py
core/providers/__init__.py
core/providers/embeddings.py
core/providers/image.py
core/providers/llm.py
core/providers/search.py
core/providers/voice.py
hyperclaw/__init__.py
hyperclaw/agent.py
hyperclaw/feeds.py
hyperclaw/integrations_layer.py
hyperclaw/prometheus.py
hyperclaw/scheduler.py
hyperclaw/skills.py
hyperclaw/solomon.py
hyperclaw/swarm.py
hyperclaw/telegram_bot.py
hyperclaw/tts.py
hyperclaw/tui.py
hyperclaw.egg-info/PKG-INFO
hyperclaw.egg-info/SOURCES.txt
hyperclaw.egg-info/dependency_links.txt
hyperclaw.egg-info/entry_points.txt
hyperclaw.egg-info/requires.txt
hyperclaw.egg-info/top_level.txt
hyperclaw/trading/__init__.py
memory/__init__.py
memory/causal_graph.py
memory/impact_tracker.py
memory/vector_memory.py
models/__init__.py
models/chatjimmy_client.py
models/claude_client.py
models/claude_code_subagent.py
models/router.py
recursive/discovery_loop.py
recursive/optimization_loop.py
recursive/validation_loop.py
security/__init__.py
security/audit_logger.py
security/filesystem_guard.py
security/hypershield.py
security/network_guard.py
security/policy_engine.py
swarm/__init__.py
swarm/autogen_bridge.py
swarm/bid_protocol.py
swarm/dispatcher.py
swarm/nexus.py
swarm/registry.py
swarm/agents/__init__.py
swarm/agents/base.py
swarm/agents/business/__init__.py
swarm/agents/business/counsel.py
swarm/agents/business/herald.py
swarm/agents/business/ledger.py
swarm/agents/business/nexus.py
swarm/agents/business/ops.py
swarm/agents/business/pipeline.py
swarm/agents/business/revenue.py
swarm/agents/business/sovereign.py
swarm/agents/business/strategos.py
swarm/agents/business/talent.py
swarm/agents/business/venture.py
swarm/agents/comms/cipher.py
swarm/agents/comms/echo_comms.py
swarm/agents/comms/envoy.py
swarm/agents/comms/herald_scheduler.py
swarm/agents/comms/pulse.py
swarm/agents/creative/__init__.py
swarm/agents/creative/author.py
swarm/agents/creative/lens.py
swarm/agents/executive/__init__.py
swarm/agents/executive/genesis.py
swarm/agents/executive/gil.py
swarm/agents/executive/solomon.py
swarm/agents/intelligence/arbiter.py
swarm/agents/intelligence/prophet.py
swarm/agents/intelligence/sentinel.py
swarm/agents/media/__init__.py
swarm/agents/personal/__init__.py
swarm/agents/personal/atlas.py
swarm/agents/personal/hearth.py
swarm/agents/personal/midas.py
swarm/agents/personal/navigator.py
swarm/agents/personal/nourish.py
swarm/agents/personal/vitals.py
swarm/agents/recursive/__init__.py
swarm/agents/recursive/alchemist.py
swarm/agents/recursive/calibrator.py
swarm/agents/recursive/scout.py
swarm/agents/scientific/__init__.py
swarm/agents/scientific/cosmos.py
swarm/agents/scientific/gaia.py
swarm/agents/scientific/medicus.py
swarm/agents/scientific/oracle_agent.py
swarm/agents/scientific/scribe.py
swarm/agents/talent/__init__.py
swarm/agents/talent/deal.py
swarm/agents/talent/roster.py
swarm/agents/talent/scout.py
swarm/agents/talent/stage.py
swarm/agents/tech/__init__.py
swarm/agents/tech/aegis.py
swarm/agents/tech/bridge.py
swarm/agents/tech/forge.py
swarm/agents/trading/global_prediction_engine.py
swarm/agents/trading/polymarket_trader.py
swarm/agents/trading/prediction_strategist.py
ui/tui/app.py