LICENSE
MANIFEST.in
README.md
pyproject.toml
Vertex_CLI.egg-info/PKG-INFO
Vertex_CLI.egg-info/SOURCES.txt
Vertex_CLI.egg-info/dependency_links.txt
Vertex_CLI.egg-info/entry_points.txt
Vertex_CLI.egg-info/requires.txt
Vertex_CLI.egg-info/top_level.txt
cli/__init__.py
cli/chat_history.py
cli/config_manager.py
cli/llm.py
cli/llm_service.py
cli/prompt.py
cli/utils.py
cli/models/__init__.py
cli/models/anthropic_provider.py
cli/models/base.py
cli/models/base_provider.py
cli/models/factory.py
cli/models/gemini_provider.py
cli/models/openai_provider.py
docs/ARCHITECTURE.md
docs/cli_tool_docs.md
docs/contributors_guide.md
docs/index.md
docs/references.md
tests/test_cli.py
tests/test_integration.py
tests/test_optional_backends.py
tests/test_response_extraction.py
tests/test_shell_history.py
tests/test_smoke.py
tests/test_vertex.py