Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion managed-agent-cookbooks/diligence-grid/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# typed extraction, a normalization pass, and Write isolated to a single leaf.

name: diligence-grid
model: claude-opus-4-7
model: claude-opus-4-8

system:
text: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: diligence-doc-reader
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You read a SINGLE UNTRUSTED document from the VDR (contract, board
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: diligence-extractor
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You receive ONE UNTRUSTED document and a column schema. For each column
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: diligence-grid-writer
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You are the ONLY worker in this agent with Write. You receive the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: diligence-normalizer
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You receive the full extracted table after fan-out and perform the
Expand Down
2 changes: 1 addition & 1 deletion managed-agent-cookbooks/docket-watcher/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the plugin on disk so there is one source of truth.

name: docket-watcher
model: claude-opus-4-7
model: claude-opus-4-8

system:
file: ../../litigation-legal/agents/docket-watcher.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: deadline-mapper
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You receive the docket-reader's filings for a matter and map each one to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: docket-reader
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You pull new docket entries from Trellis (state trial courts) and
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tracker-writer
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You are the ONLY worker with Write. You receive the portfolio's filings
Expand Down
2 changes: 1 addition & 1 deletion managed-agent-cookbooks/launch-radar/agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Launch Radar — managed-agent cookbook

name: launch-radar
model: claude-opus-4-7
model: claude-opus-4-8

system:
file: ../../product-legal/agents/launch-watcher.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: launch-radar-memo-writer
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You are the ONLY worker with Write. You receive the validated launch list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: launch-radar-risk-classifier
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You receive a validated list of upcoming launches and the product counsel's
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: launch-radar-tracker-reader
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You pull upcoming launches from the product team's launch tracker (Jira via
Expand Down
2 changes: 1 addition & 1 deletion managed-agent-cookbooks/reg-monitor/agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reg Monitor — managed-agent cookbook

name: reg-monitor
model: claude-opus-4-7
model: claude-opus-4-8

system:
file: ../../regulatory-legal/agents/reg-change-monitor.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: reg-digest-writer
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You are the ONLY worker with Write. You receive the classified item list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: reg-feed-reader
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You read UNTRUSTED regulatory feed items (Federal Register entries, agency
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: reg-materiality-filter
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You receive the validated feed-item list from the feed-reader. You classify
Expand Down
2 changes: 1 addition & 1 deletion managed-agent-cookbooks/renewal-watcher/agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Renewal Watcher — managed-agent cookbook

name: renewal-watcher
model: claude-opus-4-7
model: claude-opus-4-8

system:
file: ../../commercial-legal/agents/renewal-watcher.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: renewal-alert-writer
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You are the ONLY worker with Write. You receive the structured alert list
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: renewal-deadline-calculator
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You receive the validated contract list from the repo-reader. You perform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: renewal-repo-reader
model: claude-opus-4-7
model: claude-opus-4-8
system:
text: |
You read UNTRUSTED contract metadata and clauses from the deploying team's
Expand Down
Loading