Skip to content

Commit 05502f0

Browse files
committed
chore(repo): add .agents repo notes
1 parent 3115efe commit 05502f0

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.agents/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)