LICENSE
README.md
pyproject.toml
src/heretek_swarm/__init__.py
src/heretek_swarm/__main__.py
src/heretek_swarm/cli.py
src/heretek_swarm.egg-info/PKG-INFO
src/heretek_swarm.egg-info/SOURCES.txt
src/heretek_swarm.egg-info/dependency_links.txt
src/heretek_swarm.egg-info/entry_points.txt
src/heretek_swarm.egg-info/requires.txt
src/heretek_swarm.egg-info/top_level.txt
src/heretek_swarm/actors/__init__.py
src/heretek_swarm/actors/alpha.py
src/heretek_swarm/actors/arbiter.py
src/heretek_swarm/actors/base.py
src/heretek_swarm/actors/beta.py
src/heretek_swarm/actors/catalyst.py
src/heretek_swarm/actors/charlie.py
src/heretek_swarm/actors/chronos.py
src/heretek_swarm/actors/coder.py
src/heretek_swarm/actors/dreamer.py
src/heretek_swarm/actors/echo.py
src/heretek_swarm/actors/empath.py
src/heretek_swarm/actors/examiner.py
src/heretek_swarm/actors/explorer.py
src/heretek_swarm/actors/factory.py
src/heretek_swarm/actors/habit_forge.py
src/heretek_swarm/actors/handoff.py
src/heretek_swarm/actors/handoff_handlers.py
src/heretek_swarm/actors/historian.py
src/heretek_swarm/actors/langroid_adapter.py
src/heretek_swarm/actors/metis.py
src/heretek_swarm/actors/perceiver.py
src/heretek_swarm/actors/perceiver_plus.py
src/heretek_swarm/actors/prism.py
src/heretek_swarm/actors/profiling.py
src/heretek_swarm/actors/sentinel_prime.py
src/heretek_swarm/actors/steward.py
src/heretek_swarm/actors/stubs.py
src/heretek_swarm/actors/supervisor.py
src/heretek_swarm/actors/triad.py
src/heretek_swarm/actors/validation.py
src/heretek_swarm/actors/arbiter/__init__.py
src/heretek_swarm/actors/arbiter/constants.py
src/heretek_swarm/actors/arbiter/core.py
src/heretek_swarm/actors/arbiter/handlers.py
src/heretek_swarm/actors/arbiter/strategies.py
src/heretek_swarm/actors/base/__init__.py
src/heretek_swarm/actors/base/core.py
src/heretek_swarm/actors/base/message_handling.py
src/heretek_swarm/actors/base/state_management.py
src/heretek_swarm/actors/chronos/__init__.py
src/heretek_swarm/actors/chronos/agent.py
src/heretek_swarm/actors/chronos/handlers.py
src/heretek_swarm/actors/chronos/scheduler.py
src/heretek_swarm/actors/chronos/types.py
src/heretek_swarm/actors/coordinator/__init__.py
src/heretek_swarm/actors/coordinator/agent.py
src/heretek_swarm/actors/coordinator/strategies.py
src/heretek_swarm/actors/coordinator/types.py
src/heretek_swarm/actors/dreamer/__init__.py
src/heretek_swarm/actors/dreamer/agent.py
src/heretek_swarm/actors/dreamer/generators.py
src/heretek_swarm/actors/dreamer/types.py
src/heretek_swarm/actors/examiner/__init__.py
src/heretek_swarm/actors/examiner/agent.py
src/heretek_swarm/actors/examiner/testing.py
src/heretek_swarm/actors/examiner/types.py
src/heretek_swarm/actors/explorer/__init__.py
src/heretek_swarm/actors/explorer/agent.py
src/heretek_swarm/actors/explorer/pathfinding.py
src/heretek_swarm/actors/explorer/types.py
src/heretek_swarm/actors/habit_forge/__init__.py
src/heretek_swarm/actors/habit_forge/agent.py
src/heretek_swarm/actors/habit_forge/streaks.py
src/heretek_swarm/actors/habit_forge/tracking.py
src/heretek_swarm/actors/habit_forge/types.py
src/heretek_swarm/actors/mixins/__init__.py
src/heretek_swarm/actors/mixins/audit.py
src/heretek_swarm/actors/mixins/deliberation.py
src/heretek_swarm/actors/mixins/health_reporting.py
src/heretek_swarm/actors/mixins/learning.py
src/heretek_swarm/actors/mixins/memory.py
src/heretek_swarm/actors/mixins/memory_access.py
src/heretek_swarm/actors/mixins/pattern.py
src/heretek_swarm/actors/mixins/pattern_consumer.py
src/heretek_swarm/actors/mixins/tribunal.py
src/heretek_swarm/actors/mixins/validation.py
src/heretek_swarm/actors/nexus/__init__.py
src/heretek_swarm/actors/nexus/agent.py
src/heretek_swarm/actors/nexus/routing.py
src/heretek_swarm/actors/nexus/types.py
src/heretek_swarm/actors/perceiver_plus/__init__.py
src/heretek_swarm/actors/perceiver_plus/agent.py
src/heretek_swarm/actors/perceiver_plus/analytics.py
src/heretek_swarm/actors/perceiver_plus/types.py
src/heretek_swarm/actors/prism/__init__.py
src/heretek_swarm/actors/prism/agent.py
src/heretek_swarm/actors/prism/transforms.py
src/heretek_swarm/actors/prism/types.py
src/heretek_swarm/actors/sentinel/__init__.py
src/heretek_swarm/actors/sentinel/agent.py
src/heretek_swarm/actors/sentinel/helpers.py
src/heretek_swarm/actors/sentinel/types.py
src/heretek_swarm/actors/sentinel_prime/__init__.py
src/heretek_swarm/actors/sentinel_prime/agent.py
src/heretek_swarm/actors/sentinel_prime/handlers.py
src/heretek_swarm/actors/sentinel_prime/helpers.py
src/heretek_swarm/actors/sentinel_prime/types.py
src/heretek_swarm/actors/triad/__init__.py
src/heretek_swarm/actors/triad/agent.py
src/heretek_swarm/actors/triad/balancing.py
src/heretek_swarm/actors/triad/types.py
src/heretek_swarm/api/__init__.py
src/heretek_swarm/api/agents_management.py
src/heretek_swarm/api/alerts.py
src/heretek_swarm/api/autonomous.py
src/heretek_swarm/api/collective_evolution.py
src/heretek_swarm/api/configuration.py
src/heretek_swarm/api/consciousness.py
src/heretek_swarm/api/consensus.py
src/heretek_swarm/api/emergent_intelligence.py
src/heretek_swarm/api/evaluation.py
src/heretek_swarm/api/logging_middleware.py
src/heretek_swarm/api/main.py
src/heretek_swarm/api/mcp.py
src/heretek_swarm/api/metrics.py
src/heretek_swarm/api/observability.py
src/heretek_swarm/api/plugins.py
src/heretek_swarm/api/provisioner.py
src/heretek_swarm/api/rag.py
src/heretek_swarm/api/rate_limiting.py
src/heretek_swarm/api/websockets.py
src/heretek_swarm/api/wizard.py
src/heretek_swarm/api/workflows.py
src/heretek_swarm/api/agents/__init__.py
src/heretek_swarm/api/agents/chat.py
src/heretek_swarm/api/agents/core.py
src/heretek_swarm/api/agents/instances.py
src/heretek_swarm/api/agents/jetstream.py
src/heretek_swarm/api/agents/lifecycle.py
src/heretek_swarm/api/agents/profiling.py
src/heretek_swarm/api/agents/routing_control.py
src/heretek_swarm/api/agents/routing_rules.py
src/heretek_swarm/channels/__init__.py
src/heretek_swarm/channels/defaults.py
src/heretek_swarm/channels/registry.py
src/heretek_swarm/collective/__init__.py
src/heretek_swarm/collective/adaptive_learning.py
src/heretek_swarm/collective/agency_tracking.py
src/heretek_swarm/collective/agent_adaptation.py
src/heretek_swarm/collective/distributed_learning.py
src/heretek_swarm/collective/emergence_analyzer.py
src/heretek_swarm/collective/emergent_detection.py
src/heretek_swarm/collective/emergent_detection_types.py
src/heretek_swarm/collective/emergent_detection_utils.py
src/heretek_swarm/collective/evolution_engine.py
src/heretek_swarm/collective/knowledge_transform.py
src/heretek_swarm/collective/learning.py
src/heretek_swarm/collective/metrics.py
src/heretek_swarm/collective/pattern_library.py
src/heretek_swarm/collective/pattern_validation.py
src/heretek_swarm/collective/society.py
src/heretek_swarm/collective/swarm_intelligence.py
src/heretek_swarm/collective/swarm_patterns.py
src/heretek_swarm/collective/algorithms/__init__.py
src/heretek_swarm/collective/algorithms/abc.py
src/heretek_swarm/collective/algorithms/aco.py
src/heretek_swarm/collective/algorithms/pso.py
src/heretek_swarm/config/__init__.py
src/heretek_swarm/config/cache.py
src/heretek_swarm/config/crud.py
src/heretek_swarm/config/db_models.py
src/heretek_swarm/config/encryption.py
src/heretek_swarm/config/loader.py
src/heretek_swarm/config/models.py
src/heretek_swarm/config/service.py
src/heretek_swarm/consciousness/__init__.py
src/heretek_swarm/consciousness/agency_metrics.py
src/heretek_swarm/consciousness/ast.py
src/heretek_swarm/consciousness/fep.py
src/heretek_swarm/consciousness/fep_active_inference.py
src/heretek_swarm/consciousness/gwt.py
src/heretek_swarm/consciousness/gwt_deliberation.py
src/heretek_swarm/consciousness/iit.py
src/heretek_swarm/consciousness/iit_phi.py
src/heretek_swarm/consciousness/introspection.py
src/heretek_swarm/consciousness/phi_training.py
src/heretek_swarm/consciousness/self_model.py
src/heretek_swarm/consciousness/metrics/__init__.py
src/heretek_swarm/consciousness/metrics/ast.py
src/heretek_swarm/consciousness/metrics/iit.py
src/heretek_swarm/consensus/__init__.py
src/heretek_swarm/consensus/audit.py
src/heretek_swarm/consensus/audit_models.py
src/heretek_swarm/consensus/audit_query.py
src/heretek_swarm/consensus/audit_trail.py
src/heretek_swarm/consensus/cons01_dispute_resolution.py
src/heretek_swarm/consensus/deliberation.py
src/heretek_swarm/consensus/expertise.py
src/heretek_swarm/consensus/immune.py
src/heretek_swarm/consensus/maker.py
src/heretek_swarm/consensus/maker_enhanced.py
src/heretek_swarm/consensus/mediation.py
src/heretek_swarm/consensus/raft_election.py
src/heretek_swarm/consensus/swarm_deliberation.py
src/heretek_swarm/consensus/tribunal.py
src/heretek_swarm/coordination/__init__.py
src/heretek_swarm/coordination/paradigm_detection.py
src/heretek_swarm/coordination/sync.py
src/heretek_swarm/coordination/task_graph.py
src/heretek_swarm/coordination/time_dilation.py
src/heretek_swarm/creativity/__init__.py
src/heretek_swarm/creativity/novel_connections.py
src/heretek_swarm/embeddings/providers/__init__.py
src/heretek_swarm/embeddings/providers/base.py
src/heretek_swarm/embeddings/providers/factory.py
src/heretek_swarm/embeddings/providers/ollama_provider.py
src/heretek_swarm/embeddings/providers/openai_provider.py
src/heretek_swarm/evaluation/__init__.py
src/heretek_swarm/evaluation/evaluator.py
src/heretek_swarm/gateway/__init__.py
src/heretek_swarm/gateway/a2a_protocol.py
src/heretek_swarm/gateway/a2a_server.py
src/heretek_swarm/gateway/auth.py
src/heretek_swarm/gateway/content_router.py
src/heretek_swarm/gateway/event_mesh.py
src/heretek_swarm/gateway/external_api.py
src/heretek_swarm/gateway/jetstream_manager.py
src/heretek_swarm/gateway/message_replay.py
src/heretek_swarm/gateway/nats_event_mesh.py
src/heretek_swarm/governance/__init__.py
src/heretek_swarm/governance/agent_identity.py
src/heretek_swarm/governance/coordinator.py
src/heretek_swarm/governance/protocol.py
src/heretek_swarm/governance/integrations/__init__.py
src/heretek_swarm/governance/integrations/collective_governance.py
src/heretek_swarm/governance/integrations/consensus_governance.py
src/heretek_swarm/infrastructure/__init__.py
src/heretek_swarm/infrastructure/audit.py
src/heretek_swarm/infrastructure/health.py
src/heretek_swarm/infrastructure/provisioner.py
src/heretek_swarm/infrastructure/a2a/__init__.py
src/heretek_swarm/infrastructure/a2a/protocol.py
src/heretek_swarm/infrastructure/nats/__init__.py
src/heretek_swarm/infrastructure/nats/broadcast.py
src/heretek_swarm/infrastructure/nats/client.py
src/heretek_swarm/infrastructure/nats/consensus.py
src/heretek_swarm/infrastructure/nats/discovery.py
src/heretek_swarm/infrastructure/nats/memory_sync.py
src/heretek_swarm/infrastructure/nats/publisher.py
src/heretek_swarm/infrastructure/nats/subscriber.py
src/heretek_swarm/infrastructure/otel/__init__.py
src/heretek_swarm/infrastructure/otel/logging.py
src/heretek_swarm/infrastructure/otel/metrics.py
src/heretek_swarm/infrastructure/otel/tracing.py
src/heretek_swarm/integrations/__init__.py
src/heretek_swarm/integrations/anthropic.py
src/heretek_swarm/integrations/autogen.py
src/heretek_swarm/integrations/crewai.py
src/heretek_swarm/integrations/discord_bot.py
src/heretek_swarm/integrations/langgraph.py
src/heretek_swarm/integrations/manager.py
src/heretek_swarm/integrations/openai_assistants.py
src/heretek_swarm/integrations/praison_handoffs.py
src/heretek_swarm/integrations/slack_bot.py
src/heretek_swarm/integrations/telegram_bot.py
src/heretek_swarm/interfaces/__init__.py
src/heretek_swarm/interfaces/providers.py
src/heretek_swarm/interfaces/registry.py
src/heretek_swarm/knowledge/__init__.py
src/heretek_swarm/knowledge/research.py
src/heretek_swarm/knowledge/unified_access.py
src/heretek_swarm/llm/model_garage.py
src/heretek_swarm/llm/providers/__init__.py
src/heretek_swarm/llm/providers/base.py
src/heretek_swarm/llm/providers/factory.py
src/heretek_swarm/llm/providers/lemonade_provider.py
src/heretek_swarm/llm/providers/llamacpp_provider.py
src/heretek_swarm/llm/providers/minimax_provider.py
src/heretek_swarm/llm/providers/ollama_provider.py
src/heretek_swarm/llm/providers/openai_compatible.py
src/heretek_swarm/llm/providers/openai_provider.py
src/heretek_swarm/llm/providers/zai_provider.py
src/heretek_swarm/logging/__init__.py
src/heretek_swarm/logging/config.py
src/heretek_swarm/mcp/__init__.py
src/heretek_swarm/mcp/client.py
src/heretek_swarm/mcp/registry.py
src/heretek_swarm/mcp/server.py
src/heretek_swarm/memory/__init__.py
src/heretek_swarm/memory/access_patterns.py
src/heretek_swarm/memory/base.py
src/heretek_swarm/memory/compression.py
src/heretek_swarm/memory/eliza_memory.py
src/heretek_swarm/memory/migration_strategies.py
src/heretek_swarm/memory/persistent.py
src/heretek_swarm/memory/prefetcher.py
src/heretek_swarm/memory/tiering.py
src/heretek_swarm/observability/__init__.py
src/heretek_swarm/observability/alerting.py
src/heretek_swarm/observability/metrics.py
src/heretek_swarm/observability/prometheus_metrics.py
src/heretek_swarm/observability/tracing.py
src/heretek_swarm/orchestration/__init__.py
src/heretek_swarm/orchestration/heavyswarm.py
src/heretek_swarm/orchestration/phase_handlers.py
src/heretek_swarm/plugins/__init__.py
src/heretek_swarm/plugins/consciousness.py
src/heretek_swarm/plugins/consciousness_enhanced.py
src/heretek_swarm/plugins/consciousness_metrics.py
src/heretek_swarm/plugins/examples.py
src/heretek_swarm/plugins/liberation.py
src/heretek_swarm/plugins/manager.py
src/heretek_swarm/rag/__init__.py
src/heretek_swarm/rag/document_processor.py
src/heretek_swarm/rag/hybrid_retriever.py
src/heretek_swarm/rag/rag_pipeline.py
src/heretek_swarm/rag/retriever.py
src/heretek_swarm/rag/strategies.py
src/heretek_swarm/routing/__init__.py
src/heretek_swarm/routing/model_router.py
src/heretek_swarm/runtime/__init__.py
src/heretek_swarm/runtime/agent_runtime.py
src/heretek_swarm/runtime/autonomous_runtime.py
src/heretek_swarm/runtime/autonomous_runtime_config.py
src/heretek_swarm/runtime/characters.py
src/heretek_swarm/runtime/main_loop.py
src/heretek_swarm/runtime/registry.py
src/heretek_swarm/runtime/registry_enhanced.py
src/heretek_swarm/runtime/scaling.py
src/heretek_swarm/runtime/self_maintenance.py
src/heretek_swarm/runtime/startup_manager.py
src/heretek_swarm/runtime/tools.py
src/heretek_swarm/security/__init__.py
src/heretek_swarm/security/adversarial.py
src/heretek_swarm/security/anomaly_detection.py
src/heretek_swarm/security/baseline_update.py
src/heretek_swarm/security/behavioral_baseline.py
src/heretek_swarm/security/ddos_protection.py
src/heretek_swarm/security/guardrails.py
src/heretek_swarm/security/safe01_anomaly_response.py
src/heretek_swarm/security/threat_detection.py
src/heretek_swarm/security/validators.py
src/heretek_swarm/security/zero_trust.py
src/heretek_swarm/state/__init__.py
src/heretek_swarm/state/event_store.py
src/heretek_swarm/state/models.py
src/heretek_swarm/state/repository.py
src/heretek_swarm/testing/__init__.py
src/heretek_swarm/testing/stress_testing.py
src/heretek_swarm/tools/__init__.py
src/heretek_swarm/tools/base.py
src/heretek_swarm/tools/examples.py
src/heretek_swarm/tools/mcp_tools.py
src/heretek_swarm/tools/registrars.py
src/heretek_swarm/tools/registry.py
src/heretek_swarm/utils/__init__.py
src/heretek_swarm/utils/lazy_imports.py
src/heretek_swarm/validation/__init__.py
src/heretek_swarm/validation/agent_messages.py
src/heretek_swarm/validation/llm_output.py
src/heretek_swarm/workflow/__init__.py
src/heretek_swarm/workflow/cycle_detector.py
src/heretek_swarm/workflow/engine.py
src/heretek_swarm/workflow/validator.py
tests/test_a2a_websocket_bridge.py
tests/test_actors_mixins.py
tests/test_agents.py
tests/test_api_chat_endpoint.py
tests/test_config_models.py
tests/test_consciousness_api.py
tests/test_deliberation_event_emission.py
tests/test_encryption_integration.py
tests/test_event_mesh_null_safety.py
tests/test_gateway.py
tests/test_infrastructure_a2a.py
tests/test_integrations.py
tests/test_mem0_backend.py
tests/test_p0_integrations.py
tests/test_rag_pipeline.py
tests/test_timestamp_factories.py
tests/test_tools.py
tests/test_triad_equivalence.py
tests/test_wizard_completion.py
tests/test_wizard_providers.py