Spaces:
Sleeping
Sleeping
Owadokun Tosin Tobi commited on
Create CONTRIBUTING.md
Browse files- CONTRIBUTING.md +10 -0
CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Contributing to NewsAgent Pro
|
| 2 |
+
|
| 3 |
+
## Architecture
|
| 4 |
+
* **Orchestrator:** Python/Streamlit
|
| 5 |
+
* **AI Models:** Gemini 2.5 (Text), Flux.1-schnell (Vision)
|
| 6 |
+
* **Search:** Tavily API
|
| 7 |
+
|
| 8 |
+
## Standards
|
| 9 |
+
* All PRs must pass the `quality_gate` workflow.
|
| 10 |
+
* No hardcoded API keys. Use `os.getenv`.
|