Skip to content

Commit 3aeb1b8

Browse files
committed
chore(nemo-agents): add relay ATIF->Intake telemetry to email-phishing-agent
WIP toward ASTD-385. Adds an atif http-storage sink pointing at the local Intake ingest endpoint, alongside the existing atof file sink. Note: this does not yet produce Intake spans for the in-process DeepAgents harness (only local ATOF is emitted today); tracked in ASTD-385. Endpoint is hardcoded to the local Intake (127.0.0.1:8080), matching the sibling agent-relay-intake.yaml. Signed-off-by: Nathan Walston <nwalston@nvidia.com>
1 parent 47f1d89 commit 3aeb1b8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • plugins/nemo-agents/examples/nemo-agent-config/email-phishing-agent

plugins/nemo-agents/examples/nemo-agent-config/email-phishing-agent/agent.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ telemetry:
9090
provider: relay
9191
output_dir: ./artifacts/relay
9292
project: email-phishing-agent
93+
atif:
94+
enabled: true
95+
filename_template: trajectory-{session_id}.atif.json
96+
storage:
97+
- type: http
98+
endpoint: http://127.0.0.1:8080/apis/intake/v2/workspaces/default/ingest/atif
99+
timeout_millis: 3000
93100
atof:
94101
enabled: true
95102
filename: events.atof.jsonl

0 commit comments

Comments
 (0)