Skip to content

Commit f230f59

Browse files
committed
Update README.md
1 parent 4b9181f commit f230f59

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,16 @@ For advanced workflow patterns and examples, please refer to the [Workflows READ
244244
- [chain_of_agents.py](./examples/workflows/chain_of_agents.py): Processes long documents sequentially across multiple agents, passing findings along the chain.
245245
- [agent_delegation.py](./examples/workflows/agent_delegation.py): Enables dynamic workflows where one agent invokes other agents through tools based on the task.
246246

247+
## Cursor Integration
248+
249+
Building agents is even easier with Cursor by adding WorkflowAI docs as a documentation source:
250+
1. In Cursor chat, type `@docs`.
251+
2. Select "+ Add new doc" (at the bottom of the list).
252+
3. Add `https://docs.workflowai.com/` as a documentation source.
253+
4. Save the settings.
254+
255+
Now, Cursor will have access to the WorkflowAI docs.
256+
247257
## Contributing
248258

249259
See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more details. Thank you!

0 commit comments

Comments
 (0)