Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,22 @@ azd up

Now `inbox-triage` fires automatically on every new email — no client, no waiting. Send yourself a message, then watch your Teams channel (VIP / incident) or your inbox (replies). Tail the live trace with `azd monitor --logs`.

### Clean up

```bash
azd down --purge
```

> Hitting an error? See [docs/troubleshooting.md](docs/troubleshooting.md).

## <img src="https://raw.githubusercontent.com/microsoft/fluentui-system-icons/main/assets/Shield/SVG/ic_fluent_shield_24_regular.svg" width="20" align="center"> Make it yours
### 6. <img src="https://raw.githubusercontent.com/microsoft/fluentui-system-icons/main/assets/Shield/SVG/ic_fluent_shield_24_regular.svg" width="20" align="center"> Make it yours

- ✍️ Edit `skills/vip-rules.md` to set your VIPs, what to skip, and what escalates to Teams.
- 🔁 The `weekly-rule-suggestions` agent proposes tuning that you approve by hand.
- 🔒 Use this repo as a **private template** before adding real rules or tenant data.

→ Full guide: [docs/customize.md](docs/customize.md).

### 7. Clean up

```bash
azd down --purge
```

> Hitting an error? See [docs/troubleshooting.md](docs/troubleshooting.md).

## How it works (the short version)

This is an Azure Functions app on the serverless agents runtime. Each agent is a markdown file (`*.agent.md`) that reasons over your rules in `skills/*.md`; a small `tools/match_rule.py` adds deterministic classification. Microsoft 365 actions go through Entra-authorized MCP connectors — no app secrets, managed identity end to end.
Expand Down
Loading