.gitignore
.mailmap
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
PLAN_TUI_OVERHAUL.md
README.md
SECURITY.md
cliff.toml
pyproject.toml
release-config.yaml
requirements.txt
setup.py
tox.ini
uv.lock
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/python-package.yml
apias/__init__.py
apias/apias.py
apias/batch_tui.py
apias/config.py
apias/dialog_manager.py
apias/error_collector.py
apias/error_handler.py
apias/event_system.py
apias/logger_interceptor.py
apias/message_queue.py
apias/mock_api.py
apias/status_pipeline.py
apias/terminal_utils.py
apias.egg-info/PKG-INFO
apias.egg-info/SOURCES.txt
apias.egg-info/dependency_links.txt
apias.egg-info/entry_points.txt
apias.egg-info/requires.txt
apias.egg-info/top_level.txt
assets/apias_tui_screenshot.gif
config/error_thresholds.yaml
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
scripts/maintenance_chore.sh
scripts/release.sh
scripts/release_config.py
scripts/release-configs/node-npm.yaml
scripts/release-configs/python-uv.yaml
tests/conftest.py
tests/test_dialog_manager.py
tests/test_dialog_manager_report_20251128_230000.md
tests/test_event_system.py
tests/test_event_system_report_20251128_223503.md
tests/test_logger_interceptor.py
tests/test_logger_interceptor_report_20251128_225107.md
tests/test_status_pipeline.py
tests/test_status_pipeline_report_20251128_224600.md
tests/logs/pytest_run_cost_estimation.log
tests/unit/test_api_document.py
tests/unit/test_async_openai.py
tests/unit/test_batch_tui.py
tests/unit/test_config.py
tests/unit/test_core.py
tests/unit/test_error_collector.py
tests/unit/test_error_collector_report_20251128_223505.md
tests/unit/test_error_handler.py
tests/unit/test_message_queue.py
tests/unit/test_retry.py
tests/unit/test_tui.py