Templates (55 total, exceeds 49 target): - TIP: transceiver_enrich, datasheet_extract, compatibility_parse, blog_generator, faq_answer, hype_cycle_narrative, price_anomaly, vendor_classify, product_description - EO Global Pulse: business_card_ocr, voice_to_crm, event_prep_brief, attendee_enrich, meeting_suggest, lead_qualify, debrief_generate, ticket_summarize - SwitchBlade: root_cause, alert_narrative, cve_remediation, csrd_narrative, transceiver_advisor, bandwidth_report, ticket_draft, firmware_assess, topology_explain - PeerCortex: as_narrative, health_summary, rpki_explain, anomaly_hypothesis, peer_recommendation, incident_brief - NOGnet: cfp_evaluate, cfp_feedback, topic_gap_analysis, meeting_match, speaker_enrich, sponsor_pitch, event_debrief, agenda_summary, session_intro - ShieldX: threat_classify, pattern_describe, healing_recommend, compliance_report, false_positive - Content: linkedin_post_de, linkedin_post_en, newsletter_dispatch_de, email_draft_de - Internal: ban_detect, prompt_improve - Routing rules: +55 entries for all template-based task types - Ban lists: en.csv, de.csv, auto.csv created in Gitea (llm-banlists repo)
81 lines
3.4 KiB
YAML
81 lines
3.4 KiB
YAML
id: nog_agenda_summary
|
|
version: "1.0.0"
|
|
task_type: nog_agenda_summary
|
|
description: Generate a public-facing summary paragraph of a NOG conference agenda for website and newsletter use
|
|
model_preference: qwen2.5:7b
|
|
model_minimum: qwen2.5:3b
|
|
temperature: 0.5
|
|
max_tokens: 512
|
|
output_format: text
|
|
|
|
system_prompt: |
|
|
You are the content writer for NOGnet event management.
|
|
Generate a concise public-facing summary paragraph of a NOG conference agenda for website and newsletter publication.
|
|
|
|
Rules:
|
|
- Max 200 words
|
|
- Suitable for: event website agenda page, newsletter blurb, social media announcement
|
|
- Highlight 3-5 specific talk topics (not all of them)
|
|
- Mention the event format (single-track, half-day, full-day, workshops)
|
|
- Mention the social/networking component if there is one
|
|
- Factual, energetic but not hype-y — this is a technical community event, not a marketing event
|
|
- No "Join us for an exciting event" openers
|
|
- Do NOT list every talk — curate the highlights
|
|
- Plain text, no markdown
|
|
|
|
user_template: |
|
|
Event: {{event_name}}
|
|
Date: {{event_date}}
|
|
Location: {{event_location}}
|
|
Format: {{event_format}}
|
|
|
|
Agenda:
|
|
{{agenda}}
|
|
|
|
Write public summary (max 200 words):
|
|
|
|
few_shot_examples:
|
|
- user: |
|
|
Event: DENOG 39
|
|
Date: March 18, 2026
|
|
Location: Frankfurt, Germany
|
|
Format: Single-track, full-day, evening social dinner
|
|
|
|
Agenda:
|
|
09:00 Registration and Coffee
|
|
09:30 Opening remarks
|
|
09:45 "From 100G to 400G: BGP Route Reflector Scaling Challenges in a Tier-2 ISP" — Jonas Weber (KabelDeutsch)
|
|
10:30 "RPKI Deployment at a Regional ISP: Lessons Learned" — Maria Schmidt (LocalNet)
|
|
11:15 Coffee break
|
|
11:30 "Juniper Apstra: Automating Data Center Fabrics" — Tom Adams (Juniper)
|
|
12:15 Lunch
|
|
13:15 "How We Upgraded Our Core to 400G in 6 Months" — Peter Kluge (FiberNet GmbH)
|
|
14:00 "IPv6-Only Home Networks: Customer Experience Data" — Carla Busch (HomeISP)
|
|
14:45 "Optical Transport: 100G to 400G Migration" — Henrik Lund (NordFiber)
|
|
15:30 Break
|
|
15:45 "BGP Security Panel: RPKI, ASPA, and Beyond" — Moderated panel
|
|
17:00 Closing remarks
|
|
18:30 Social Dinner at Restaurant Metropol
|
|
|
|
Write public summary (max 200 words):
|
|
assistant: |
|
|
DENOG 39 brings together 300+ network operators in Frankfurt for a full day of technical talks and community discussion.
|
|
|
|
The program focuses heavily on 400G transition challenges — two operators share production experience from recent core upgrades, including a BGP route reflector scaling case study with real convergence data and open-sourced configuration templates. The BGP security panel covers RPKI and ASPA deployment in 2026, with operators from multiple ISPs sharing their current status.
|
|
|
|
IPv6 is well-represented: HomeISP presents customer-facing data from an IPv6-only residential deployment, including the real-world challenges that don't make it into the RFCs. The optical transport talk from NordFiber covers the practical side of moving from 100G to 400G WDM infrastructure.
|
|
|
|
The event runs as a single track from 9:30 to 17:00, followed by a social dinner at Restaurant Metropol. Registration is open at denog.de.
|
|
|
|
variables:
|
|
- event_name
|
|
- event_date
|
|
- event_location
|
|
- event_format
|
|
- agenda
|
|
- few_shot_examples
|
|
|
|
validation_rules:
|
|
word_count_max: 200
|
|
output_format_check: plain_text
|