LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/commands.py
cli/main.py
contextos_cli.egg-info/PKG-INFO
contextos_cli.egg-info/SOURCES.txt
contextos_cli.egg-info/dependency_links.txt
contextos_cli.egg-info/entry_points.txt
contextos_cli.egg-info/requires.txt
contextos_cli.egg-info/top_level.txt
core/__init__.py
core/compressor.py
core/decomposer.py
core/engine.py
core/gateway.py
core/memory.py
core/parser.py
core/suggester.py
core/validator.py
schemas/aicf.schema.json
schemas/task.schema.json
sdk/python/__init__.py
sdk/python/contextos_sdk.py
templates/default_context.json
templates/starter_tasks.json
tests/test_cli.py
tests/test_compressor.py
tests/test_engine.py
tests/test_parser.py
tests/test_validator.py
utils/__init__.py
utils/helpers.py
utils/logger.py