mirror of
https://github.com/langchain-ai/content-writer.git
synced 2026-07-01 21:34:17 -04:00
[PR #34] [MERGED] feat(agent): Implement the new store API #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/content-writer/pull/34
Author: @bracesproul
Created: 9/29/2024
Status: ✅ Merged
Merged: 10/1/2024
Merged by: @bracesproul
Base:
main← Head:brace/new-store-api📝 Commits (9)
9053bc7feat(agent): Implement the new store APIf2ad491implement new api0b79d41implement supabase stuff323416cwrap up5eccbedcra945f1dcr4edb2a8cr0688f96cr94af23fcr📊 Changes
18 files changed (+491 additions, -469 deletions)
View changed files
📝
js/package.json(+3 -2)📝
js/src/agent/index.ts(+34 -76)➕
js/src/agent/utils.ts(+44 -0)📝
js/src/app/api/[..._path]/route.ts(+0 -2)➖
js/src/app/api/graph/route.ts(+0 -67)➖
js/src/app/api/rules/route.ts(+0 -72)➕
js/src/app/api/store/get/route.ts(+67 -0)➕
js/src/app/api/system_rules/get/route.ts(+85 -0)➕
js/src/app/api/system_rules/put/route.ts(+82 -0)➖
js/src/app/api/system_rules/route.ts(+0 -88)📝
js/src/app/page.tsx(+5 -4)📝
js/src/components/GeneratedRulesDialog.tsx(+1 -1)📝
js/src/hooks/useGraph.tsx(+5 -73)📝
js/src/hooks/useRules.tsx(+68 -9)➕
js/src/lib/store.ts(+5 -0)➖
js/src/stores/vercel.ts(+0 -62)📝
js/src/types.ts(+5 -0)📝
js/yarn.lock(+87 -13)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.