haiku.rag/examples/a2a-server/haiku_rag_a2a/a2a
2025-12-02 16:49:55 +02:00
..
__init__.py Add support for per-model configuration settings including thinking, temperature and max_tokens 2025-11-25 12:14:24 +02:00
client.py Always upgrade database on access. Explicitly create db by running init or HaikuRAG(path, create=True) 2025-12-02 16:49:55 +02:00
context.py Remove A2A from haiku.rag, turn it into an example 2025-11-07 13:31:51 +02:00
models.py Remove A2A from haiku.rag, turn it into an example 2025-11-07 13:31:51 +02:00
prompts.py Remove A2A from haiku.rag, turn it into an example 2025-11-07 13:31:51 +02:00
skills.py Remove A2A from haiku.rag, turn it into an example 2025-11-07 13:31:51 +02:00
storage.py Remove A2A from haiku.rag, turn it into an example 2025-11-07 13:31:51 +02:00
worker.py Always upgrade database on access. Explicitly create db by running init or HaikuRAG(path, create=True) 2025-12-02 16:49:55 +02:00