README.md
pyproject.toml
src/aria/.env.example
src/aria/__init__.py
src/aria/chainlit.md
src/aria/initializer.py
src/aria/preflight.py
src/aria/web_ui.py
src/aria/.chainlit/config.toml
src/aria/.chainlit/translations/ar-SA.json
src/aria/.chainlit/translations/bn.json
src/aria/.chainlit/translations/da-DK.json
src/aria/.chainlit/translations/de-DE.json
src/aria/.chainlit/translations/el-GR.json
src/aria/.chainlit/translations/en-US.json
src/aria/.chainlit/translations/es.json
src/aria/.chainlit/translations/fr-FR.json
src/aria/.chainlit/translations/gu.json
src/aria/.chainlit/translations/he-IL.json
src/aria/.chainlit/translations/hi.json
src/aria/.chainlit/translations/it.json
src/aria/.chainlit/translations/ja.json
src/aria/.chainlit/translations/kn.json
src/aria/.chainlit/translations/ko.json
src/aria/.chainlit/translations/ml.json
src/aria/.chainlit/translations/mr.json
src/aria/.chainlit/translations/nl.json
src/aria/.chainlit/translations/pt-PT.json
src/aria/.chainlit/translations/ta.json
src/aria/.chainlit/translations/te.json
src/aria/.chainlit/translations/zh-CN.json
src/aria/.chainlit/translations/zh-TW.json
src/aria/agents/__init__.py
src/aria/agents/aria.py
src/aria/agents/prompt_enhancer.py
src/aria/agents/worker.py
src/aria/agents/instructions/__init__.py
src/aria/agents/instructions/tests/__init__.py
src/aria/agents/instructions/tests/test_load_agent_instructions.py
src/aria/agents/tests/__init__.py
src/aria/agents/tests/test_worker.py
src/aria/ax_cli/__init__.py
src/aria/ax_cli/app.py
src/aria/ax_cli/tests/__init__.py
src/aria/ax_cli/tests/test_ax_cli.py
src/aria/cli/__init__.py
src/aria/cli/check.py
src/aria/cli/config.py
src/aria/cli/dev.py
src/aria/cli/extras.py
src/aria/cli/knowledge.py
src/aria/cli/lightpanda.py
src/aria/cli/main.py
src/aria/cli/models.py
src/aria/cli/processes.py
src/aria/cli/server.py
src/aria/cli/system.py
src/aria/cli/users.py
src/aria/cli/vllm.py
src/aria/cli/web.py
src/aria/cli/tests/__init__.py
src/aria/cli/tests/test_aria_cli.py
src/aria/cli/tests/test_check.py
src/aria/cli/tests/test_extras.py
src/aria/cli/tests/test_server_cli.py
src/aria/cli/tests/test_system_cmd.py
src/aria/cli/worker/__init__.py
src/aria/cli/worker/_runner.py
src/aria/cli/worker/tests/__init__.py
src/aria/cli/worker/tests/test_worker_helpers.py
src/aria/config/__init__.py
src/aria/config/api.py
src/aria/config/database.py
src/aria/config/folders.py
src/aria/config/huggingface.py
src/aria/config/models.py
src/aria/config/service.py
src/aria/db/__init__.py
src/aria/db/auth.py
src/aria/db/layer.py
src/aria/db/local_storage_client.py
src/aria/db/models.py
src/aria/db/tests/__init__.py
src/aria/db/tests/conftest.py
src/aria/db/tests/test_auth_integration.py
src/aria/db/tests/test_json_helpers.py
src/aria/db/tests/test_local_storage_client.py
src/aria/db/tests/test_models.py
src/aria/db/tests/test_sqlite_data_layer.py
src/aria/db/tests/test_storage_integration.py
src/aria/gui/__init__.py
src/aria/gui/stylesheet.py
src/aria/gui/tray.py
src/aria/gui/wizard.py
src/aria/gui/dialogs/__init__.py
src/aria/gui/dialogs/about.py
src/aria/gui/dialogs/edit_user.py
src/aria/gui/ui/__init__.py
src/aria/gui/ui/aboutwindow.py
src/aria/gui/ui/edituserdialog.py
src/aria/gui/ui/mainwindow.py
src/aria/gui/windows/__init__.py
src/aria/gui/windows/main_window.py
src/aria/gui/windows/server_handlers.py
src/aria/gui/windows/user_handlers.py
src/aria/helpers/__init__.py
src/aria/helpers/dotenv.py
src/aria/helpers/memory.py
src/aria/helpers/network.py
src/aria/helpers/nvidia.py
src/aria/helpers/ui.py
src/aria/helpers/tests/test_calculate_max_safe_context.py
src/aria/helpers/tests/test_dotenv.py
src/aria/helpers/tests/test_nvidia.py
src/aria/helpers/tests/test_nvidia_integration.py
src/aria/llm/__init__.py
src/aria/llm/_compress.py
src/aria/llm/_factory.py
src/aria/llm/_sanitize.py
src/aria/llm/_state.py
src/aria/llm/_utils.py
src/aria/llm/tests/__init__.py
src/aria/llm/tests/test_compress.py
src/aria/public/custom.css
src/aria/public/favicon.png
src/aria/public/logo_dark.png
src/aria/public/logo_light.png
src/aria/public/theme.json
src/aria/public/avatars/my_assistant.png
src/aria/scripts/__init__.py
src/aria/scripts/lightpanda.py
src/aria/scripts/vllm.py
src/aria/scripts/tests/__init__.py
src/aria/scripts/tests/test_vllm_install.py
src/aria/server/__init__.py
src/aria/server/manager.py
src/aria/server/process_utils.py
src/aria/server/vllm.py
src/aria/server/tests/__init__.py
src/aria/server/tests/test_server_manager.py
src/aria/server/tests/test_vllm_health.py
src/aria/server/tests/test_vllm_server.py
src/aria/tests/__init__.py
src/aria/tests/test_path_augmentation.py
src/aria/tests/test_preflight_extras.py
src/aria/tests/test_remote_mode.py
src/aria/tests/test_workflow_state.py
src/aria/tools/__init__.py
src/aria/tools/constants.py
src/aria/tools/database.py
src/aria/tools/decorators.py
src/aria/tools/errors.py
src/aria/tools/models.py
src/aria/tools/registry.py
src/aria/tools/retry.py
src/aria/tools/schemas.py
src/aria/tools/utils.py
src/aria/tools/ax/__init__.py
src/aria/tools/ax/dispatcher.py
src/aria/tools/ax/exceptions.py
src/aria/tools/ax/tests/__init__.py
src/aria/tools/ax/tests/test_dispatcher.py
src/aria/tools/browser/__init__.py
src/aria/tools/browser/constants.py
src/aria/tools/browser/exceptions.py
src/aria/tools/browser/functions.py
src/aria/tools/browser/manager.py
src/aria/tools/browser/tests/conftest.py
src/aria/tools/browser/tests/test_lightpanda_live.py
src/aria/tools/browser/tests/test_manager.py
src/aria/tools/development/__init__.py
src/aria/tools/development/_internals.py
src/aria/tools/development/constants.py
src/aria/tools/development/decorators.py
src/aria/tools/development/exceptions.py
src/aria/tools/development/python.py
src/aria/tools/development/tests/test_argv_handling.py
src/aria/tools/development/tests/test_development_decorators.py
src/aria/tools/development/tests/test_internals.py
src/aria/tools/development/tests/test_python_runner.py
src/aria/tools/files/__init__.py
src/aria/tools/files/_internals.py
src/aria/tools/files/_responses.py
src/aria/tools/files/constants.py
src/aria/tools/files/decorators.py
src/aria/tools/files/exceptions.py
src/aria/tools/files/file_management.py
src/aria/tools/files/unified_read.py
src/aria/tools/files/write_operations.py
src/aria/tools/files/tests/test_behavioral_contract.py
src/aria/tools/files/tests/test_decorators.py
src/aria/tools/files/tests/test_file_internals.py
src/aria/tools/files/tests/test_file_management.py
src/aria/tools/files/tests/test_unified_read.py
src/aria/tools/files/tests/test_write_operations.py
src/aria/tools/http/__init__.py
src/aria/tools/http/functions.py
src/aria/tools/http/tests/__init__.py
src/aria/tools/http/tests/test_http.py
src/aria/tools/imdb/__init__.py
src/aria/tools/imdb/constants.py
src/aria/tools/imdb/exceptions.py
src/aria/tools/imdb/functions.py
src/aria/tools/imdb/tests/__init__.py
src/aria/tools/imdb/tests/test_imdb_functions.py
src/aria/tools/knowledge/__init__.py
src/aria/tools/knowledge/database.py
src/aria/tools/knowledge/functions.py
src/aria/tools/knowledge/models.py
src/aria/tools/knowledge/tests/__init__.py
src/aria/tools/knowledge/tests/test_knowledge.py
src/aria/tools/planner/__init__.py
src/aria/tools/planner/database.py
src/aria/tools/planner/functions.py
src/aria/tools/planner/models.py
src/aria/tools/planner/registry.py
src/aria/tools/planner/tests/__init__.py
src/aria/tools/planner/tests/conftest.py
src/aria/tools/planner/tests/test_planner_functions.py
src/aria/tools/process/__init__.py
src/aria/tools/process/functions.py
src/aria/tools/process/tests/__init__.py
src/aria/tools/process/tests/test_process.py
src/aria/tools/reasoning/__init__.py
src/aria/tools/reasoning/constants.py
src/aria/tools/reasoning/database.py
src/aria/tools/reasoning/functions.py
src/aria/tools/reasoning/models.py
src/aria/tools/reasoning/registry.py
src/aria/tools/reasoning/session.py
src/aria/tools/reasoning/tests/test_reasoning_functions.py
src/aria/tools/reasoning/tests/test_reasoning_session.py
src/aria/tools/scratchpad/__init__.py
src/aria/tools/scratchpad/database.py
src/aria/tools/scratchpad/functions.py
src/aria/tools/scratchpad/tests/__init__.py
src/aria/tools/scratchpad/tests/test_scratchpad.py
src/aria/tools/search/__init__.py
src/aria/tools/search/_download_internals.py
src/aria/tools/search/_url_classifier.py
src/aria/tools/search/constants.py
src/aria/tools/search/download.py
src/aria/tools/search/duckduckgo.py
src/aria/tools/search/exceptions.py
src/aria/tools/search/finance.py
src/aria/tools/search/searxng.py
src/aria/tools/search/weather.py
src/aria/tools/search/web_search.py
src/aria/tools/search/youtube.py
src/aria/tools/search/tests/test_download.py
src/aria/tools/search/tests/test_duckduckgo.py
src/aria/tools/search/tests/test_finance.py
src/aria/tools/search/tests/test_url_classifier.py
src/aria/tools/search/tests/test_weather.py
src/aria/tools/shell/__init__.py
src/aria/tools/shell/constants.py
src/aria/tools/shell/exceptions.py
src/aria/tools/shell/execution.py
src/aria/tools/shell/functions.py
src/aria/tools/shell/validation.py
src/aria/tools/shell/tests/__init__.py
src/aria/tools/shell/tests/test_platform_detection.py
src/aria/tools/shell/tests/test_shell_functions.py
src/aria/tools/shell/tests/test_validation.py
src/aria/tools/tests/test_contract_verification.py
src/aria/tools/tests/test_registry.py
src/aria/tools/tests/test_registry_slim.py
src/aria/tools/tests/test_tool_schemas.py
src/aria/tools/tests/test_utils.py
src/aria/tools/worker/__init__.py
src/aria/tools/worker/functions.py
src/aria/web/__init__.py
src/aria/web/hooks.py
src/aria/web/lifecycle.py
src/aria/web/message_pipeline.py
src/aria/web/session.py
src/aria/web/state.py
src/aria/web/tests/test_lifecycle.py
src/aria/web/tests/test_message_pipeline.py
src/aria/web/tests/test_session.py
src/aria/web/tests/test_state.py
src/aria_ai.egg-info/PKG-INFO
src/aria_ai.egg-info/SOURCES.txt
src/aria_ai.egg-info/dependency_links.txt
src/aria_ai.egg-info/entry_points.txt
src/aria_ai.egg-info/requires.txt
src/aria_ai.egg-info/top_level.txt