From 20fbc6290141c0cf511a4012959228f81fd34d40 Mon Sep 17 00:00:00 2001 From: Oleksii Ilienko Date: Mon, 18 Aug 2025 12:34:59 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 872dcdc..7fe7764 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,13 @@ PRs welcome for: - [x] Add Langfuse integration - [x] Add tests - [x] refactor checkpointer shit factory -- [ ] 🟠 [**raw api implemented**] thread management Create/Update/Delete (thread model(ulid, user_id, created/updated, +- [x] thread management Create/Update/Delete (thread model(ulid, user_id, created/updated, title, status[])) -- [ ] 🟠 [**50/50 DONE**] Store the thread history in the database (with all custom messages and metadata) -- [ ] 🟠 Add a way to define a custom agent in config? +- [x] Store the thread history in the database (with all custom messages and metadata) +- [x] Add a way to define a custom agent in config? - [ ] ~~Add Langsmith integration~~ - [ ] ~~Keep alive SSE connection until the user closes the browser tab (??)~~ -- [ ] 🟡 Add a way to validate the user's access token (OAuth2) +- [x] Add a way to validate the user's access token (OAuth2) - [ ] 🟡 Add evaluation metrics - [ ] 🔴 Add *one more* abstraction layer so the agent can use different frameworks (LangGraph, LlamaIndex, etc.) - [ ] 🟠 Add even more fucking abstractions to make it independent of observability tools (LangFuse, LangSmith, Grafana @@ -87,4 +87,4 @@ PRs welcome for: - [ ] ⚪ Guardrails ([LLMGuard implementation](https://github.com/assada/agent_template/tree/feat/guardrails) or handle by [LiteLLM](https://docs.litellm.ai/docs/proxy/guardrails/quick_start)) -⚪ - LOWEST priority | 🟡 - LOW priority | 🟠 - MID priority | 🔴 - HIGH priority | 🟣 - BLOCKER \ No newline at end of file +⚪ - LOWEST priority | 🟡 - LOW priority | 🟠 - MID priority | 🔴 - HIGH priority | 🟣 - BLOCKER