Owadokun Tosin Tobi commited on
Commit
6afa063
·
unverified ·
1 Parent(s): baaf600

Create CONTRIBUTING.md

Browse files
Files changed (1) hide show
  1. 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`.