CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
./safla/__init__.py
./safla/__main__.py
./safla/cli.py
./safla/exceptions.py
./safla/installer.py
./safla/mcp_stdio_server.py
./safla/py.typed
./safla/core/__init__.py
./safla/core/delta_evaluation.py
./safla/core/distributed_mcp_orchestration.py
./safla/core/hybrid_memory.py
./safla/core/mcp_orchestration.py
./safla/core/memory_optimizations.py
./safla/core/meta_cognitive_engine.py
./safla/core/ml_neural_embedding_engine.py
./safla/core/ml_rl_optimizer.py
./safla/core/optimized_delta_evaluation.py
./safla/core/optimized_mcp_orchestration.py
./safla/core/optimized_meta_cognitive.py
./safla/core/optimized_safety_validation.py
./safla/core/optimized_serialization.py
./safla/core/optimized_vector_memory.py
./safla/core/safety_validation.py
./safla/integrations/__init__.py
./safla/integrations/fastmcp_adapter.py
./safla/integrations/fastmcp_client.py
./safla/integrations/fastmcp_helpers.py
./safla/integrations/fastmcp_server.py
./safla/utils/__init__.py
./safla/utils/config.py
./safla/utils/config_cli.py
./safla/utils/config_loader.py
./safla/utils/logging.py
./safla/utils/pydantic_config.py
./safla/utils/validation.py
.roo/README.md
.roo/example.mcp.json
.roo/mcp.json
.roo/rules-code/cli-commands.md
.roo/rules-code/examples.md
.roo/rules-code/mcp-tools.md
.roo/rules-code/resources.md
.roo/rules-code/rules.md
.roo/rules-code/workflow.md
.roo/rules-critic/cli-commands.md
.roo/rules-critic/examples.md
.roo/rules-critic/mcp-tools.md
.roo/rules-critic/resources.md
.roo/rules-critic/rules.md
.roo/rules-critic/workflow.md
.roo/rules-memory-manager/cli-commands.md
.roo/rules-memory-manager/examples.md
.roo/rules-memory-manager/mcp-tools.md
.roo/rules-memory-manager/resources.md
.roo/rules-memory-manager/rules.md
.roo/rules-memory-manager/workflow.md
.roo/rules-orchestrator/cli-commands.md
.roo/rules-orchestrator/examples.md
.roo/rules-orchestrator/mcp-tools.md
.roo/rules-orchestrator/resources.md
.roo/rules-orchestrator/rules.md
.roo/rules-orchestrator/workflow.md
.roo/rules-reflection/cli-commands.md
.roo/rules-reflection/examples.md
.roo/rules-reflection/mcp-tools.md
.roo/rules-reflection/resources.md
.roo/rules-reflection/rules.md
.roo/rules-reflection/workflow.md
.roo/rules-scorer/cli-commands.md
.roo/rules-scorer/examples.md
.roo/rules-scorer/mcp-tools.md
.roo/rules-scorer/resources.md
.roo/rules-scorer/rules.md
.roo/rules-scorer/workflow.md
.roo/rules-tdd/cli-commands.md
.roo/rules-tdd/examples.md
.roo/rules-tdd/mcp-tools.md
.roo/rules-tdd/resources.md
.roo/rules-tdd/rules.md
.roo/rules-tdd/workflow.md
docs/INSTALLATION.md
docs/configuration_system.md
docs/hybrid_memory_architecture_summary.md
docs/meta_cognitive_engine_implementation.md
docs/safety_validation_framework.md
docs/tdd_implementation_summary.md
docs/tdd_progress.md
docs/tdd_safety_framework_report.md
docs/guide/01-introduction.md
docs/guide/02-quickstart.md
docs/guide/03-installation.md
docs/guide/04-architecture.md
docs/guide/05-memory-system.md
docs/guide/06-meta-cognitive.md
docs/guide/07-safety-validation.md
docs/guide/08-delta-evaluation.md
docs/guide/09-api-reference.md
docs/guide/09-mcp-orchestration.md
docs/guide/10-agent-coordination.md
docs/guide/10-sdk-guide.md
docs/guide/11-configuration.md
docs/guide/11-context-sharing.md
docs/guide/12-examples.md
docs/guide/12-memory-consolidation.md
docs/guide/13-algorithms.md
docs/guide/13-performance-monitoring.md
docs/guide/14-adaptive-learning.md
docs/guide/14-testing.md
docs/guide/15-performance.md
docs/guide/15-strategy-selection.md
docs/guide/16-configuration.md
docs/guide/16-deployment.md
docs/guide/17-deployment.md
docs/guide/17-troubleshooting.md
docs/guide/18-advanced-topics.md
docs/guide/18-scaling-performance.md
docs/guide/19-monitoring-observability.md
docs/guide/20-development.md
docs/guide/21-testing.md
docs/guide/22-api-reference.md
docs/guide/23-extensions.md
docs/guide/24-use-cases.md
docs/guide/25-examples.md
docs/guide/26-integration-patterns.md
docs/guide/27-troubleshooting.md
docs/guide/28-security.md
docs/guide/29-performance-tuning.md
docs/guide/30-custom-memory.md
docs/guide/31-advanced-safety.md
docs/guide/32-glossary.md
docs/guide/33-faq.md
docs/guide/34-migration.md
docs/guide/35-contributing.md
docs/guide/36-changelog.md
docs/guide/README.md
examples/config_examples.py
examples/hybrid_memory_demo.py
examples/safety_validation_demo.py
safla/__init__.py
safla/__main__.py
safla/cli.py
safla/exceptions.py
safla/installer.py
safla/mcp_stdio_server.py
safla/py.typed
safla.egg-info/PKG-INFO
safla.egg-info/SOURCES.txt
safla.egg-info/dependency_links.txt
safla.egg-info/entry_points.txt
safla.egg-info/not-zip-safe
safla.egg-info/requires.txt
safla.egg-info/top_level.txt
safla/core/__init__.py
safla/core/delta_evaluation.py
safla/core/distributed_mcp_orchestration.py
safla/core/hybrid_memory.py
safla/core/mcp_orchestration.py
safla/core/memory_optimizations.py
safla/core/meta_cognitive_engine.py
safla/core/ml_neural_embedding_engine.py
safla/core/ml_rl_optimizer.py
safla/core/optimized_delta_evaluation.py
safla/core/optimized_mcp_orchestration.py
safla/core/optimized_meta_cognitive.py
safla/core/optimized_safety_validation.py
safla/core/optimized_serialization.py
safla/core/optimized_vector_memory.py
safla/core/safety_validation.py
safla/integrations/__init__.py
safla/integrations/fastmcp_adapter.py
safla/integrations/fastmcp_client.py
safla/integrations/fastmcp_helpers.py
safla/integrations/fastmcp_server.py
safla/utils/__init__.py
safla/utils/config.py
safla/utils/config_cli.py
safla/utils/config_loader.py
safla/utils/logging.py
safla/utils/pydantic_config.py
safla/utils/validation.py
tests/__init__.py
tests/test_adaptive_safety_boundaries.py
tests/test_auto_scaling_infrastructure.py
tests/test_benchmarks.py
tests/test_benchmarks_simple.py
tests/test_config_system.py
tests/test_delta_evaluation.py
tests/test_distributed_mcp_orchestration.py
tests/test_fastmcp_adapter.py
tests/test_fastmcp_cli.py
tests/test_fastmcp_cli_corrected.py
tests/test_fastmcp_client.py
tests/test_fastmcp_helpers.py
tests/test_fastmcp_integration.py
tests/test_fastmcp_integration_complete.py
tests/test_fastmcp_integration_corrected.py
tests/test_fastmcp_server.py
tests/test_fastmcp_server_complete.py
tests/test_fastmcp_server_corrected.py
tests/test_fastmcp_server_corrected_final.py
tests/test_fastmcp_server_final.py
tests/test_fastmcp_server_final_working.py
tests/test_fastmcp_server_working.py
tests/test_fastmcp_server_working_final.py
tests/test_federated_learning_integration.py
tests/test_hybrid_memory.py
tests/test_installation.py
tests/test_mcp_orchestration.py
tests/test_memory_optimizations.py
tests/test_meta_cognitive_engine.py
tests/test_ml_neural_embedding_engine.py
tests/test_ml_rl_optimizer.py
tests/test_performance_benchmarks.py
tests/test_safety_validation.py
tests/integration/conftest.py
tests/integration/fix_deployment_file.py
tests/integration/fix_indentation.py
tests/integration/fix_validation_issues.py
tests/integration/run_integration_tests.py
tests/integration/test_deployment_readiness.py
tests/integration/test_end_to_end_workflows.py
tests/integration/test_performance_integration.py
tests/integration/test_safety_integration.py
tests/integration/test_system_integration.py
tests/integration/validate_test_framework.py