LICENSE
PYPI_README.md
README.md
pyproject.toml
omni/__init__.py
omni/__main__.py
omni/agent.py
omni/cli.py
omni/config.py
omni/intent.py
omni/llm_client.py
omni/mcp_client.py
omni/mcp_server.py
omni/session_store.py
omni/tools.py
omni/ui.py
omni_coder.egg-info/PKG-INFO
omni_coder.egg-info/SOURCES.txt
omni_coder.egg-info/dependency_links.txt
omni_coder.egg-info/entry_points.txt
omni_coder.egg-info/requires.txt
omni_coder.egg-info/top_level.txt
tests/test_agent_helpers.py
tests/test_agent_loop.py
tests/test_cli.py
tests/test_cli_interactive.py
tests/test_cli_no_rich.py
tests/test_config.py
tests/test_embeddings_and_entrypoint.py
tests/test_intent.py
tests/test_llm_client.py
tests/test_mcp_client_class.py
tests/test_mcp_client_live.py
tests/test_mcp_client_pure.py
tests/test_mcp_server.py
tests/test_session_store.py
tests/test_tools.py
tests/test_tools_git.py
tests/test_ui.py