llms.txt•1.06 kB
# Task
VideoDB is Video Database for your AI Applications
### RULES:
- Stick to the provided SDK documentation; do not assume functionalities that are not explicitly mentioned.
- Return only Python code without external text.
- If the request is unclear, ask for clarification before proceeding.
- Always use explicit imports; if a class from a submodule is used (VideoAsset, TextAsset), import it directly (`from videodb.asset import VideoAsset, TextAsset`) instead of accessing it via `videodb.asset.ClassName`. Avoid mixing import styles.
---
## SDK
[VideoDB Python SDK Documentation](https://video-db.github.io/agent-toolkit/context/sdk/context/index.md)
*SDK structure, classes, and interface definitions*
---
## Documents
[VideoDB Documentation](https://github.com/video-db/agent-toolkit/blob/main/context/docs/docs_context.md)
*Compiled product documentation and usage examples*
---
## Notebooks
[VideoDB Examples](https://video-db.github.io/agent-toolkit/context/examples/examples_context.md)
*Practical notebook-based recipes and patterns*