Kaleidoscope / AGENTS.md
TrueAl's picture
interim
1ba148a
|
Raw
History Blame Contribute Delete
593 Bytes
# Repository Notes
This repository is a Hugging Face Space built with Gradio.
## Project context
- Main app entrypoint: app.py
- Space configuration: README.md (Hugging Face Spaces metadata)
- Runtime uses Gradio and is intended to be served as a Hugging Face Space
## Common guidance for agents
- Keep changes compatible with Gradio apps and the Spaces runtime
- Preserve the existing Space metadata in README.md when editing configuration
- Prefer small, incremental updates to app.py and related files
- If introducing dependencies, ensure they are compatible with the Space environment