Circlemind requires an API key. If you don’t have an API key, visit app.circlemind.co to register and obtain one.Once you have an API key, export it as an environment variable in your terminal.
from circlemind import Circlemind# Initialize the clientclient = Circlemind()# Add a memoryclient.add("Sophie enjoys hiking in the Italian Alps.")# Query memoriesres = client.query("Where does Sophie like to hike?")print(res.response)
Circlemind requires an API key. If you don’t have an API key, visit app.circlemind.co to register and obtain one.
Refer to the documentation for an introduction and to the full API reference for a complete list of available entry points.Circlemind is ready to handle memory and reasoning requests.