LICENSE
README.md
pyproject.toml
ovos_persona_server/__init__.py
ovos_persona_server/__main__.py
ovos_persona_server/a2a.py
ovos_persona_server/anthropic.py
ovos_persona_server/aws_bedrock.py
ovos_persona_server/chat.py
ovos_persona_server/cohere.py
ovos_persona_server/config.py
ovos_persona_server/deprecated_routers.py
ovos_persona_server/embeddings.py
ovos_persona_server/files.py
ovos_persona_server/gemini.py
ovos_persona_server/huggingface_tgi.py
ovos_persona_server/mcp_server.py
ovos_persona_server/metadata.py
ovos_persona_server/ollama.py
ovos_persona_server/persona.py
ovos_persona_server/server_tools.py
ovos_persona_server/system_prompt.py
ovos_persona_server/tools.py
ovos_persona_server/utcp.py
ovos_persona_server/vector_stores.py
ovos_persona_server/version.py
ovos_persona_server.egg-info/PKG-INFO
ovos_persona_server.egg-info/SOURCES.txt
ovos_persona_server.egg-info/dependency_links.txt
ovos_persona_server.egg-info/entry_points.txt
ovos_persona_server.egg-info/requires.txt
ovos_persona_server.egg-info/top_level.txt
ovos_persona_server/schemas/__init__.py
ovos_persona_server/schemas/anthropic.py
ovos_persona_server/schemas/gemini.py
ovos_persona_server/schemas/ollama.py
ovos_persona_server/schemas/openai_chat.py
ovos_persona_server/schemas/openai_embeddings.py
ovos_persona_server/schemas/openai_files.py
ovos_persona_server/schemas/openai_vectorstore.py
tests/test_a2a_server.py
tests/test_a2a_unit.py
tests/test_chat_memory.py
tests/test_chat_server_tools.py
tests/test_chat_tools.py
tests/test_compat_anthropic.py
tests/test_compat_bedrock.py
tests/test_compat_cohere.py
tests/test_compat_gemini.py
tests/test_compat_routers.py
tests/test_compat_tgi.py
tests/test_completions_memory_key.py
tests/test_embeddings.py
tests/test_mcp_opt_in.py
tests/test_multi_persona.py
tests/test_persona_no_answer.py
tests/test_router_infra.py
tests/test_system_prompt_strategy.py
tests/test_tool_name_collision.py
tests/test_toolbox_plugin_config.py
tests/test_tools.py
tests/test_version.py