Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agno-agi/agno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.9
Choose a base ref
...
head repository: agno-agi/agno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.10
Choose a head ref
  • 5 commits
  • 68 files changed
  • 5 contributors

Commits on Oct 21, 2025

  1. feat: Add gmail tools mark-as-read function (#4390)

    ## Summary
    
    Describe key changes, mention related issues or motivation for the
    changes.
    
    (If applicable, issue number: #\_\_\_\_)
    
    ## Type of change
    
    - [ ] Bug fix
    - [ ] New feature
    - [ ] Breaking change
    - [ ] Improvement
    - [ ] Model update
    - [ ] Other:
    
    ---
    
    ## Checklist
    
    - [ ] Code complies with style guidelines
    - [ ] Ran format/validation scripts (`./scripts/format.sh` and
    `./scripts/validate.sh`)
    - [ ] Self-review completed
    - [ ] Documentation updated (comments, docstrings)
    - [ ] Examples and guides: Relevant cookbook examples have been included
    or updated (if applicable)
    - [ ] Tested in clean environment
    - [ ] Tests added/updated (if applicable)
    
    ---
    
    ## Additional Notes
    
    Add any important context (deployment instructions, screenshots,
    security considerations, etc.)
    willemcdejongh authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    37a4fd9 View commit details
    Browse the repository at this point in the history
  2. feat: Support knowledge on agentOS without an agent or team (#5115)

    ## Summary
    
    Describe key changes, mention related issues or motivation for the
    changes.
    
    (If applicable, issue number: #\_\_\_\_)
    
    ## Type of change
    
    - [ ] Bug fix
    - [ ] New feature
    - [ ] Breaking change
    - [ ] Improvement
    - [ ] Model update
    - [ ] Other:
    
    ---
    
    ## Checklist
    
    - [ ] Code complies with style guidelines
    - [ ] Ran format/validation scripts (`./scripts/format.sh` and
    `./scripts/validate.sh`)
    - [ ] Self-review completed
    - [ ] Documentation updated (comments, docstrings)
    - [ ] Examples and guides: Relevant cookbook examples have been included
    or updated (if applicable)
    - [ ] Tested in clean environment
    - [ ] Tests added/updated (if applicable)
    
    ---
    
    ## Additional Notes
    
    Add any important context (deployment instructions, screenshots,
    security considerations, etc.)
    
    ---------
    
    Co-authored-by: manu <[email protected]>
    willemcdejongh and manuhortet authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    8d9094e View commit details
    Browse the repository at this point in the history
  3. Fix: formatting (#5130)

    ## Summary
    
    Ran the format script
    ashpreetbedi authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    513d282 View commit details
    Browse the repository at this point in the history
  4. feat: introduce culture (#5124)

    Changes:
    
    - Introduces a Culture Manager to define and manage the cultural context
    within your Agents.
    - Related cookbooks showing usage
    
    ---------
    
    Co-authored-by: Ashpreet <[email protected]>
    Co-authored-by: Yash Pratap Solanky <[email protected]>
    Co-authored-by: ysolanky <[email protected]>
    4 people authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    12fb566 View commit details
    Browse the repository at this point in the history
  5. chore: v2.1.10 (#5132)

    # Changelog
    
    ## New Features:
    
    - **[Experimental feature] Culture:** You can now provide your agents
    with a shared space to think, write, and build on each other's ideas.
    This will give your agents the ability to learn collectively.
    - **Gmail tools**: Mark as read, mark as unread now supported in gmail
    toolkit.
    - **Knowledge on AgentOS:** Knowledge can now be added and managed via
    any AgentOS interface without needing to attach it to an Agent or Team.
    
    ---------
    
    Co-authored-by: Ashpreet <[email protected]>
    Co-authored-by: Yash Pratap Solanky <[email protected]>
    Co-authored-by: ysolanky <[email protected]>
    4 people authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    c7e262d View commit details
    Browse the repository at this point in the history
Loading