A Python library providing utilities for generative agent tasks, including LLM interactions and agent memory. Current version 0.4.1, requires Python >=3.8. Development is active with recent updates.
pip install genagentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a generative agent with an LLM client and memory, then run a query.
Use 'from genagent import Agent' instead.
Pass a persistence file: Memory(persistence_file='/path/to/memory.json')
Migrate to using 'from genagent import tools'.
Change import to 'from genagent import Agent'
Initialize Memory with persistence_file='/path/to/memory.json' and it will auto-save.
Check the latest docs: use 'api_token' or 'auth_token' depending on version. In 0.4.1, use 'api_key' as shown.
No dependency data recorded yet.