LICENSE
README.md
pyproject.toml
chatcortex/__init__.py
chatcortex/budget_sweep_experiment.py
chatcortex/demo_phase1.py
chatcortex/demo_phase2.py
chatcortex/demo_phase3.py
chatcortex.egg-info/PKG-INFO
chatcortex.egg-info/SOURCES.txt
chatcortex.egg-info/dependency_links.txt
chatcortex.egg-info/requires.txt
chatcortex.egg-info/top_level.txt
chatcortex/evaluation/approximation_metrics.py
chatcortex/evaluation/harness.py
chatcortex/execution/executor.py
chatcortex/graph/agent_graph.py
chatcortex/optimization/architecture_candidate.py
chatcortex/optimization/pareto.py
chatcortex/registry/capability_registry.py
chatcortex/registry/metadata.py
chatcortex/synthesis/base.py
chatcortex/synthesis/beam_synthesizer.py
chatcortex/synthesis/budget.py
chatcortex/synthesis/exhaustive_synthesizer.py
chatcortex/synthesis/heuristic_synthesizer.py
chatcortex/synthesis/pareto_partial_beam_synthesizer.py
chatcortex/synthesis/pareto_partial_beam_synthesizer_v2.py
chatcortex/synthesis/pareto_partial_beam_synthesizer_v3.py
chatcortex/synthesis/progressive_pareto_beam_synthesizer.py
chatcortex/synthesis/random_synthesizer.py
chatcortex/synthesis/system_score_beam_synthesizer.py
chatcortex/synthesis/task_specification.py
chatcortex/telemetry/logger.py