We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3115efe commit 05502f0Copy full SHA for 05502f0
1 file changed
.agents/README.md
@@ -0,0 +1,33 @@
1
+# React Workspace Notes
2
+
3
+## Scope
4
5
+This repo owns:
6
+- `@deepgram/react` in `packages/react/`
7
+- local examples in `examples/`
8
9
+Sibling dependency:
10
+- `../agent` → `@deepgram/agent`
11
12
+## Commands
13
14
+```bash
15
+bun run build
16
+bun run typecheck
17
+bun run test
18
+bun run dev
19
+```
20
21
+## Architecture Notes
22
23
+- `@deepgram/react` depends on `@deepgram/agent`.
24
+- It provides the provider + hooks layer only; no bundled UI.
25
+- `@deepgram/ui` consumes this package for prebuilt components.
26
27
+## File Layout
28
29
+```text
30
+packages/
31
+ react/ # @deepgram/react
32
+examples/ # local usage examples
33
0 commit comments