const { status } = useRateLimit(api.rl.getRateLimit)
Full code in 🧵
Algorithms:
Sending messages: fixed window
Token usage: token bucket
courtesy of
@convex-dev/rate-limiter + @convex-dev/agent
(components)
const { status } = useRateLimit(api.rl.getRateLimit)
Full code in 🧵
Algorithms:
Sending messages: fixed window
Token usage: token bucket
courtesy of
@convex-dev/rate-limiter + @convex-dev/agent
(components)
• Agentic := prompting + routing
• Prompting is input -> LLM -> output
• Routing has code at every boundary
(...even if an LLM "decides" what to do next)
Full 📺🔗->🧵
• Agentic := prompting + routing
• Prompting is input -> LLM -> output
• Routing has code at every boundary
(...even if an LLM "decides" what to do next)
Full 📺🔗->🧵
Agent v0.2.1 is out! Repo & release notes in 🧵
- Streaming text react hook + server fns
- Client-side smoothing hook
- Optimistic update helpers
Agent v0.2.1 is out! Repo & release notes in 🧵
- Streaming text react hook + server fns
- Client-side smoothing hook
- Optimistic update helpers
Investigate threads, messages, tool calls
Dial in context params
Iterate on prompting, etc.
For the @convex-dev/agent component.
Links in 🧵
Investigate threads, messages, tool calls
Dial in context params
Iterate on prompting, etc.
For the @convex-dev/agent component.
Links in 🧵
with @convex.dev so I made a demo last night.
- realtime syncing flow chart
- authorize reads and writes
- validation of custom data payloads
- optimistic updates for UX 🧑🍳💋
I'm proud of it, and thanks Tiago for the help!
github.com/ianmacartney...
with @convex.dev so I made a demo last night.
- realtime syncing flow chart
- authorize reads and writes
- validation of custom data payloads
- optimistic updates for UX 🧑🍳💋
I'm proud of it, and thanks Tiago for the help!
github.com/ianmacartney...
📝 Now supports syncing *BlockNote* & @tiptap.dev
🦾 Server-side editing of documents is now easier & documented, for those of you using AI thingies
📝 Now supports syncing *BlockNote* & @tiptap.dev
🦾 Server-side editing of documents is now easier & documented, for those of you using AI thingies