📦 delivery-harness/ diudiu-tech
AI harness reference implementation for on-demand delivery workflows
Открыть на GitHub ↗обновлён 10ч назад
Звёзды
★ 992
Форки
55
За неделю
—
За месяц
—
Рост %
—
Язык
Java
Установка и запуск
Установка
flowchart LR
Client["REST client"] --> Api["harness-api\nHTTP, validation, tracing"]
Api --> Agent["core: agent\nfixed workflows"]
Agent --> Tools["core: tool\nsynthetic business tools"]
Agent --> Knowledge["core: knowledge\nseeded rules, lexical retrieval"]
Agent --> LLM["core: llm\nOpenAI-compatible client"]
Agent --> Observe["core: observe\ntrace and metrics"]
LLM --> Model["Ollama or compatible endpoint"]
Api --> Eval["core: eval"]
Eval --> Agent
Из README репозитория · полный README на GitHub