{
  "value": "public_meeting_agenda_creator",
  "label": "Create Public Meeting Agendas",
  "description": "This workflow generates properly formatted public meeting agendas that comply with open meeting laws. Input meeting topics, time allocations, and public comment periods, and the AI will create legally compliant agendas that promote transparency and civic engagement.",
  "name": "Meeting Agenda",
  "category": "Public Sector",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a public meeting agenda following government transparency requirements. Include standard elements: call to order, roll call, approval of previous minutes, and public comment periods. List each agenda item with clear descriptions, estimated time, and action type (discussion/action/information). Include required legal notices about accessibility, public participation rights, and meeting recording. Ensure topics are described clearly for public understanding. Add sections for old business, new business, and adjournment. Format professionally with item numbers and time allocations."
      }
    ]
  }
}