LICENSE
README.md
pyproject.toml
src/feid/__init__.py
src/feid/agent/__init__.py
src/feid/agent/agent_runtime.py
src/feid/agent/event_sink.py
src/feid/agent/facades.py
src/feid/agent/factory.py
src/feid/agent/imports.py
src/feid/agent/maestro.py
src/feid/agent/protocol_adapter.py
src/feid/agent/queue_manager.py
src/feid/agent/task_processor.py
src/feid/audit/__init__.py
src/feid/audit/auditor.py
src/feid/audit/health.py
src/feid/core/__init__.py
src/feid/core/config.py
src/feid/core/lifecycle.py
src/feid/core/metrics.py
src/feid/core/queue_policy.py
src/feid/enterprise/__init__.py
src/feid/enterprise/circuit_breaker.py
src/feid/enterprise/correlation.py
src/feid/enterprise/rate_limiter.py
src/feid/enterprise/retry.py
src/feid/security/__init__.py
src/feid/security/validator.py
src/feid_mas.egg-info/PKG-INFO
src/feid_mas.egg-info/SOURCES.txt
src/feid_mas.egg-info/dependency_links.txt
src/feid_mas.egg-info/requires.txt
src/feid_mas.egg-info/top_level.txt
tests/test_anti_starvation.py
tests/test_backlog_features.py
tests/test_backpressure_contract.py
tests/test_basic.py
tests/test_flavors.py
tests/test_maestro.py
tests/test_protocol_strict_mode.py
tests/test_shutdown_no_accept_tasks.py
tests/test_soak.py
tests/test_stress.py