Markdown files for AI editors like Cursor
We have written markdown versions of our docs (similar to the overview guide) with the purpose of serving as context to AI code editors like Cursor.
The opper.md
file serves as a comprehensive guide for AI tools to understand how to interact with Opper using the Opper SDK for doing optimal structured calls, indexing operations, tracing and evaluations.
For Python
For Typescript
Usage with Cursor
This file can be used as a rules file in Cursor. By doing this, context to how to use the Opper SDK will be attached as context to editor operations, making code changes use the directions outlined in our docs.
- Place the file in your project folder as
.cursor/rules/opper.mdc
. - Make sure to set the file to always be used, or some variant of that.
Try it out
- "Build me simple console based chat app"
- "Index the website https://docs.opper.ai and allow me to ask questions on it"