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
Everything you need to onboard your AI coding assistant to Reflex.
55
-
56
-
If you are building Reflex apps with AI, combine current docs, structured MCP context, and local skills so the assistant can plan, code, run, and debug with the same assumptions as the Reflex docs.
54
+
The Agent Toolkit gives AI coding assistants the Reflex context they need to plan, code, run, and debug with the same assumptions as the Reflex docs.
57
55
58
56
```python eval
59
-
onboarding_resources()
57
+
agent_toolkit_resources()
60
58
```
61
59
62
60
## Prerequisite: Choose Your Workflow
@@ -71,7 +69,7 @@ You do not need an API key to read Reflex documentation. Start by deciding how y
71
69
72
70
## Reflex Docs for Agents
73
71
74
-
You can give your assistant current Reflex documentation in a few ways.
72
+
You can give your assistant current Reflex documentation in a few ways. These Agent Toolkit resources are designed for assistants that need focused Markdown pages, a broad docs index, structured MCP lookup, or repeatable local skills.
75
73
76
74
`````md tabs
77
75
@@ -80,7 +78,7 @@ You can give your assistant current Reflex documentation in a few ways.
80
78
Every docs page has a Markdown version that agents can read directly. Add `.md` to the docs path:
0 commit comments