Skip to content

Conversation

@Sayee092931
Copy link

…ew * Added new Autogent example at examples/integrations/autogent_example.py * Updated framework integrations table to include Autogent * Ensured consistency with existing integration examples

Summary

This PR adds an official Autogent integration example and updates the Framework Integrations documentation to include Autogent. This provides developers with a lightweight agent orchestration example using Memori as a persistent memory layer.

Changes

🆕 Added

  • New example: examples/integrations/autogent_example.py
  • Demonstrates:
    • Persistent memory ingestion with memori.auto()
    • Memory retrieval with memori.search()
    • Autogent agent loop augmented with memory context

🧾 Updated

  • Framework Integrations table in the documentation
    • Added entry for Autogent with description and example link

Why this PR?

  • Autogent is widely used for simple, minimalist agent loops.
  • Developers have requested a lightweight integration example similar to AutoGen and CamelAI.
  • This example clarifies how Memori can be embedded into small standalone agents.

Testing

  • Manually tested Autogent + Memori run loop
  • Verified memory storage, retrieval, and loop stability
  • Confirmed documentation renders correctly

…ew * Added new Autogent example at examples/integrations/autogent_example.py * Updated framework integrations table to include Autogent * Ensured consistency with existing integration examples

## Summary

This PR adds an official Autogent integration example and updates the
Framework Integrations documentation to include Autogent. This provides
developers with a lightweight agent orchestration example using Memori as a
persistent memory layer.

## Changes

### 🆕 Added
- New example: `examples/integrations/autogent_example.py`
- Demonstrates:
  - Persistent memory ingestion with `memori.auto()`
  - Memory retrieval with `memori.search()`
  - Autogent agent loop augmented with memory context

### 🧾 Updated
- Framework Integrations table in the documentation
  - Added entry for Autogent with description and example link

## Why this PR?

- Autogent is widely used for simple, minimalist agent loops.
- Developers have requested a lightweight integration example similar to AutoGen and CamelAI.
- This example clarifies how Memori can be embedded into small standalone agents.

## Testing

- Manually tested Autogent + Memori run loop
- Verified memory storage, retrieval, and loop stability
- Confirmed documentation renders correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant