trustgraph/trustgraph-base/trustgraph/base
cybermaggedon a9197d11ee
Feature/configure flows (#345)
- Keeps processing in different flows separate so that data can go to different stores / collections etc.
- Potentially supports different processing flows
- Tidies the processing API with common base-classes for e.g. LLMs, and automatic configuration of 'clients' to use the right queue names in a flow
2025-04-22 20:21:38 +01:00
..
__init__.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
agent_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
agent_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
async_processor.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
consumer.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
consumer_spec.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
document_embeddings_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
document_embeddings_query_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
document_embeddings_store_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
embeddings_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
embeddings_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
flow.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
flow_processor.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
graph_embeddings_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
graph_embeddings_query_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
graph_embeddings_store_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
graph_rag_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
llm_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
metrics.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
producer.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
producer_spec.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
prompt_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
publisher.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
pubsub.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
request_response_spec.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
setting_spec.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
spec.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
subscriber.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
subscriber_spec.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
text_completion_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
triples_client.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
triples_query_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00
triples_store_service.py Feature/configure flows (#345) 2025-04-22 20:21:38 +01:00