README.md
pyproject.toml
setup.py
hipcortex/__init__.py
hipcortex/async_client.py
hipcortex/cli.py
hipcortex/client.py
hipcortex/config.py
hipcortex/daemon.py
hipcortex/doctor.py
hipcortex/framework_scaffold.py
hipcortex/indexer.py
hipcortex/install_hosts.py
hipcortex/langchain_memory.py
hipcortex/llamaindex_storage.py
hipcortex.egg-info/PKG-INFO
hipcortex.egg-info/SOURCES.txt
hipcortex.egg-info/dependency_links.txt
hipcortex.egg-info/entry_points.txt
hipcortex.egg-info/requires.txt
hipcortex.egg-info/top_level.txt
hipcortex/adapters/__init__.py
hipcortex/adapters/autogen.py
hipcortex/adapters/common.py
hipcortex/adapters/crewai.py
hipcortex/install/SKILL.md
hipcortex/install/__init__.py
hipcortex/install/templates/autogen.py.tmpl
hipcortex/install/templates/crewai.py.tmpl
hipcortex/install/templates/dspy.py.tmpl
hipcortex/install/templates/langchain.py.tmpl
hipcortex/install/templates/llamaindex.py.tmpl
hipcortex/install/templates/n8n_curl.sh.tmpl
hipcortex/install/templates/pydantic_ai.py.tmpl
tests/test_adapters_common.py
tests/test_async_client.py
tests/test_async_langchain.py
tests/test_cli_install.py
tests/test_client_config.py
tests/test_config.py
tests/test_daemon.py
tests/test_doctor.py
tests/test_harness_with_loop.py
tests/test_host_install_e2e.py
tests/test_reflect_predict.py