Skip to content

Commit 633ff03

Browse files
committed
Docs: Append final strategy and next steps for Azure, GitHub, and Discord
1 parent 3ab6316 commit 633ff03

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

AGENTS_LEAGUE_CONTEXT.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,34 @@ User Query
109109
- [ ] **Push to public GitHub repo** with README (required for submission)
110110
- [ ] **Submit** on Agents League portal before June 14
111111
- [ ] **Share on Discord** at https://aka.ms/agentsleague/discord for community vote
112+
113+
---
114+
115+
## Final Strategy & Next Steps
116+
117+
### 1. Azure AI Search Integration (Score Boost)
118+
Currently, `foundry_iq.py` uses an embedded KB. To maximize the "Microsoft Stack" score:
119+
1. Log into `portal.azure.com`.
120+
2. Create an **Azure AI Search** resource (Free tier is fine).
121+
3. Grab the **URL Endpoint** and the **Admin API Key**.
122+
4. Paste them into the `.env` file:
123+
```env
124+
FOUNDRY_IQ_ENDPOINT=https://your-service-name.search.windows.net
125+
FOUNDRY_IQ_API_KEY=your_admin_key
126+
```
127+
5. Run `python scripts/seed_search_index.py` to automatically upload the AASM guidelines as vector embeddings.
128+
6. The agent will now perform live cloud retrieval, fulfilling the Foundry IQ requirement.
129+
130+
### 2. GitHub Push
131+
1. Create a new, completely empty Public repository on GitHub (do NOT initialize with a README or .gitignore).
132+
2. Grab the HTTPS URL (e.g., `https://github.com/yourusername/sleepiq.git`).
133+
3. Run:
134+
```bash
135+
git remote add origin https://github.com/yourusername/sleepiq.git
136+
git push -u origin master
137+
```
138+
139+
### 3. Community Vote & Idea Stealing Strategy
140+
The hackathon deadline is **June 14**. The community vote usually runs for 1-2 weeks after the deadline.
141+
* **Strategy:** Wait until **June 13th** (the day before the deadline) to post the demo video and GitHub link in the Discord `#agents-league` channel.
142+
* **Why:** This prevents other participants from seeing the unique architecture (CPAP + Garmin multi-source cross-correlation) and copying the idea before the cutoff, while still securing enough time to get Discord votes.

0 commit comments

Comments
 (0)