/ examples / ag2 / ag2_basic.yaml
ag2_basic.yaml
 1  framework: ag2
 2  topic: "Research the latest developments in AI agents"
 3  
 4  # Install: pip install "praisonai[ag2]"
 5  # Run:     praisonai --framework ag2 examples/ag2/ag2_basic.yaml
 6  #       or praisonai run examples/ag2/ag2_basic.yaml --framework ag2
 7  
 8  roles:
 9    research_agent:
10      role: "AI Research Specialist"
11      goal: "Research and summarise the latest developments in AI agent frameworks"
12      backstory: |
13        You are an experienced AI researcher with deep knowledge of multi-agent
14        systems, large language models, and the latest trends in AI tooling.
15        You excel at synthesising complex technical topics into clear summaries.
16      tasks:
17        research_task:
18          description: |
19            Research and summarise the latest developments in AI agent frameworks
20            for the topic: {topic}
21  
22            Focus on:
23            1. Key frameworks and their unique capabilities
24            2. Recent innovations and improvements
25            3. Community adoption and ecosystem growth
26            4. Practical use cases and success stories
27          expected_output: |
28            A concise research summary covering the key developments,
29            major frameworks, and practical insights. Include 3-5 bullet
30            points of the most important findings.