.env.example
.env.example.llamacpp
.env.openrouter.example
.gitignore
.spectral.yaml
AGENTS.md
Containerfile
LICENSE.md
README.md
app.py
pyproject.toml
uv.lock
.github/workflows/build_and_merge.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/agents/architecture-and-boundaries.md
docs/agents/development-workflow.md
docs/agents/llm-task-development.md
llm_bot/__init__.py
llm_bot/app.py
llm_bot/client.py
llm_bot/config.py
llm_bot/embedding_client.py
llm_bot/log.py
llm_bot/lookup_client.py
llm_bot/openapi3_1.yml
llm_bot/reasoning.py
llm_bot/routes.py
llm_bot/schemas.py
llm_bot/prompts/chat.txt
llm_bot/prompts/cluster.txt
llm_bot/prompts/cybersec_classification.txt
llm_bot/prompts/entity_relationship_extraction.txt
llm_bot/prompts/graph_query_generation.txt
llm_bot/prompts/hrag.txt
llm_bot/prompts/ner.txt
llm_bot/prompts/sentiment.txt
llm_bot/prompts/summarize.txt
llm_bot/prompts/title.txt
llm_bot/prompts/translate.txt
llm_bot/tasks/chat.py
llm_bot/tasks/cluster.py
llm_bot/tasks/cybersec_classification.py
llm_bot/tasks/embed.py
llm_bot/tasks/entity_linking.py
llm_bot/tasks/entity_relationship_extraction.py
llm_bot/tasks/graph_query_generation.py
llm_bot/tasks/hrag.py
llm_bot/tasks/link_task.py
llm_bot/tasks/llm_utils.py
llm_bot/tasks/ner.py
llm_bot/tasks/ner_link.py
llm_bot/tasks/ner_postprocessing.py
llm_bot/tasks/sentiment.py
llm_bot/tasks/summarize.py
llm_bot/tasks/task_utils.py
llm_bot/tasks/title.py
llm_bot/tasks/translate.py
scripts/check.sh
taranis_llm_bot.egg-info/PKG-INFO
taranis_llm_bot.egg-info/SOURCES.txt
taranis_llm_bot.egg-info/dependency_links.txt
taranis_llm_bot.egg-info/requires.txt
taranis_llm_bot.egg-info/scm_file_list.json
taranis_llm_bot.egg-info/scm_version.json
taranis_llm_bot.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/smoke_distribution.py
tests/test_app.py
tests/test_chat_task.py
tests/test_client.py
tests/test_cluster_task.py
tests/test_cybersec_classification_task.py
tests/test_embedding_client.py
tests/test_entity_relationship_extraction_task.py
tests/test_graph_query_generation_task.py
tests/test_helpers.py
tests/test_hrag_task.py
tests/test_link_task.py
tests/test_linking.py
tests/test_llm_utils.py
tests/test_lookup_client.py
tests/test_ner_link_task.py
tests/test_ner_task.py
tests/test_schemas.py
tests/test_sentiment_schemas.py
tests/test_sentiment_task.py
tests/test_summarize_task.py
tests/test_title_task.py
tests/test_translate_task.py