LICENSE
README.md
pyproject.toml
src/ciel/__init__.py
src/ciel/api.py
src/ciel/config.py
src/ciel/acp/__init__.py
src/ciel/adapters/__init__.py
src/ciel/cli/__init__.py
src/ciel/cli/board.py
src/ciel/cli/chat.py
src/ciel/cli/cost.py
src/ciel/cli/flow.py
src/ciel/cli/graph.py
src/ciel/cli/loop.py
src/ciel/cli/main.py
src/ciel/cli/rbac.py
src/ciel/cli/root.py
src/ciel/cli/scaffold.py
src/ciel/cli/skills_cli.py
src/ciel/cli/swarm.py
src/ciel/common/__init__.py
src/ciel/credentials/__init__.py
src/ciel/enterprise/__init__.py
src/ciel/enterprise/audit.py
src/ciel/enterprise/cost.py
src/ciel/enterprise/ratelimit.py
src/ciel/enterprise/rbac.py
src/ciel/enterprise/secrets.py
src/ciel/gateway/__init__.py
src/ciel/gateway/adapter.py
src/ciel/gateway/adapter_slack.py
src/ciel/gateway/auth.py
src/ciel/gateway/base.py
src/ciel/gateway/messaging.py
src/ciel/gateway/server.py
src/ciel/gateway/mcp/__init__.py
src/ciel/gateway/mcp/client.py
src/ciel/gateway/mcp/integration.py
src/ciel/gateway/mcp/server.py
src/ciel/gateway/mcp/transports.py
src/ciel/observability/__init__.py
src/ciel/observability/metrics.py
src/ciel/observability/otel.py
src/ciel/orchestration/__init__.py
src/ciel/orchestration/agent.py
src/ciel/orchestration/board.py
src/ciel/orchestration/budget.py
src/ciel/orchestration/chat.py
src/ciel/orchestration/flows.py
src/ciel/orchestration/graph.py
src/ciel/orchestration/queue.py
src/ciel/orchestration/root.py
src/ciel/orchestration/session.py
src/ciel/orchestration/supervisor.py
src/ciel/orchestration/topology.py
src/ciel/plugins/__init__.py
src/ciel/providers/__init__.py
src/ciel/providers/auto.py
src/ciel/providers/gemini.py
src/ciel/runtime/__init__.py
src/ciel/runtime/agent.py
src/ciel/runtime/checkpoints.py
src/ciel/runtime/compression.py
src/ciel/runtime/context.py
src/ciel/runtime/context_compression.py
src/ciel/runtime/memory.py
src/ciel/runtime/skill_agent_integration.py
src/ciel/runtime/skill_composition.py
src/ciel/runtime/skill_doc.py
src/ciel/runtime/skill_metrics.py
src/ciel/runtime/skill_versioning.py
src/ciel/runtime/skills.py
src/ciel/runtime/skills_lib.py
src/ciel/runtime/tools.py
src/ciel/runtime/tools_builtins.py
src/ciel/sandbox/__init__.py
src/ciel/security/__init__.py
src/ciel/security/approvals.py
src/ciel/security/redaction.py
src/mana_ciel.egg-info/PKG-INFO
src/mana_ciel.egg-info/SOURCES.txt
src/mana_ciel.egg-info/dependency_links.txt
src/mana_ciel.egg-info/entry_points.txt
src/mana_ciel.egg-info/requires.txt
src/mana_ciel.egg-info/top_level.txt
tests/test_agent_fase6_test.py
tests/test_audit_fase7_test.py
tests/test_board_persistence.py
tests/test_chat_fase5_test.py
tests/test_cost_fase7_test.py
tests/test_fase10_api_test.py
tests/test_fase11_dx_test.py
tests/test_fase12_agent_integration_test.py
tests/test_fase12_cli_test.py
tests/test_fase12_composition_test.py
tests/test_fase12_docgen_test.py
tests/test_fase12_metrics_test.py
tests/test_fase12_skill_library_test.py
tests/test_fase12_versioning_test.py
tests/test_fase8_adapters_test.py
tests/test_fase8_hil_otel_test.py
tests/test_fase9_plugins_test.py
tests/test_fase9_tools_test.py
tests/test_flows_fase5_test.py
tests/test_graph_fase5_test.py
tests/test_observability_test.py
tests/test_ratelimit_fase7_test.py
tests/test_rbac_fase7_test.py
tests/test_root_fase5_test.py
tests/test_root_session_fase5_test.py
tests/test_secrets_fase7_test.py
tests/test_session_fase5_test.py
tests/test_slack_adapter_test.py
tests/test_streaming_test.py
tests/test_toolcalls_integration_test.py