You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the `@openknowledge/react` UI widget to interact with your secure endpoint:
68
+
Use the `@openknowledge/react` UI widget to interact with your secure endpoint. The widget supports **Markdown parsing** out of the box and uses **Compound Components** for maximum flexibility:
@@ -102,9 +110,9 @@ export default function ChatWidget() {
102
110
103
111
We welcome contributions from the community! If you're looking to make your first PR, here are a few **Good First Issues** derived from our current roadmap:
104
112
105
-
1.**Refactor `Widget.tsx` into Atomic Components**
106
-
-**Context:**Currently, `packages/react/src/components/organisms/Widget/Widget.tsx` is a large file containing the Root, Trigger, and Content implementations.
107
-
-**Task:**Refactor this using Atomic Design principles (extracting UI bits into `atoms` and `molecules`) while adhering to Vercel Composition Patterns (avoiding barrel files).
113
+
1.**Add Vector Database/RAG Support Example**
114
+
-**Context:**The core agent currently loads `.md` files directly from the file system, which is great for small configurations.
115
+
-**Task:**Create a new example in `packages/core/examples` demonstrating how to connect the `KnowledgeRouter` (or `AgentInstance`) to a Vector Database like Pinecone, Supabase Vector, or similar using the manual initialization flow.
108
116
109
117
2.**Expand AI Provider Support in `@openknowledge/core`**
110
118
-**Context:** The core package currently supports `openai`, `anthropic`, and `gemini` via `@tanstack/ai`.
0 commit comments