Home / Companies / SurrealDB / Blog / Post Details
Content Deep Dive

Exploring the new SurrealDB integration with Agno

Blog post from SurrealDB

Post Details
Company
Date Published
Author
Dave MacLeod
Word Count
2,861
Language
English
Hacker News Points
-
Summary

The integration of SurrealDB with the multi-agent framework Agno introduces a new approach to utilizing large language models (LLMs) by providing reliable context for every request. This collaboration is demonstrated through a series of examples in the Agno Cookbook, which leverage Claude, an LLM, to create agents capable of performing various tasks such as answering queries using tools like DuckDuckGo. The setup involves running a SurrealDB instance and connecting it to an Agno framework, allowing agents to maintain context between queries, a feature crucial for seamless interactions. Examples include agents that retrieve information from sources like Hacker News and DuckDuckGo, and teams that generate content schedules based on research outputs. The integration highlights SurrealDB's strengths as a document database and its ability to manage complex workflows by storing agent interactions in a single, schemaless table. This setup not only facilitates dynamic query responses but also showcases the potential for SurrealDB and Agno to streamline data-driven decision-making processes.