This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
Auto-GPT
Watch
1
Star
0
Fork
0
You've already forked Auto-GPT
mirror of
https://github.com/aljazceru/Auto-GPT.git
synced
2025-12-18 06:24:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dcf379c3e2c0ceab8f47b2d92454f646b3aa1aaa
Auto-GPT
/
scripts
/
memory
History
Pi
dcf379c3e2
Merge pull request
#1032
from merwanehamadi/feature/ability-have-no-memory
...
Feature/ability have no memory
2023-04-13 15:27:19 +01:00
..
__init__.py
Import NoMemory and add it as a memory_backend option in get_memory function
2023-04-12 17:48:08 -07:00
base.py
Removed redundant cfg object creation in base memory file
2023-04-13 03:32:39 -04:00
local.py
Merge pull request
#913
from chozzz/bugfix-823
2023-04-12 20:07:50 +01:00
no_memory.py
Create NoMemory provider as a memory provider that does not store any data
2023-04-12 17:48:11 -07:00
pinecone.py
Create an abstract MemoryProviderSingleton class. Pass config instead of instantiating a new one where used.
2023-04-06 22:25:17 -05:00
redismem.py
Memory fixes.
2023-04-08 23:33:18 -05:00