README.md
pyproject.toml
app/__init__.py
app/api.py
app/catalog.py
app/drafts.py
app/execution.py
app/llm.py
app/main.py
app/models.py
app/planner.py
app/services.py
app/settings.py
app/cli/__init__.py
app/cli/api_client.py
app/cli/keyring_store.py
app/cli/main.py
app/cli/process_manager.py
app/cli/profiles.py
app/cli/tui.py
governai_ui.egg-info/PKG-INFO
governai_ui.egg-info/SOURCES.txt
governai_ui.egg-info/dependency_links.txt
governai_ui.egg-info/entry_points.txt
governai_ui.egg-info/requires.txt
governai_ui.egg-info/top_level.txt
tests/test_api_integration.py
tests/test_cli_keyring.py
tests/test_cli_process_manager.py
tests/test_cli_profiles.py
tests/test_cli_tui.py
tests/test_drafts.py
tests/test_llm.py
tests/test_planner.py