You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 Link to GitHub project board tracking all of the roadmap items
👋 Looking for smaller things to work on? Check the community contributions or bug tracker project boards
✍️ Leave comments or message us on Discord to suggest changes to the roadmap
See our Q2 2024 roadmap!
Q1 2024 Roadmap
🚀 Link to GitHub project board tracking all of the roadmap items
👋 Looking for smaller things to work on? Check the community contributions or bug tracker project boards
✍️ Leave comments or message us on Discord to suggest changes to the roadmap
Developer API [v1 end of February]
Link to API documentation
MemGPT API
user_id
to user-specific API callsOpenAI Assistants API
Python Client
RESTClient
for users to interact with amemgpt server
REST endpointAdmin
client for service administrators to manage keys and usersChat UI [v1 end of March]
Hosted service [v1 end of March]
Miscellaneous features (beyond Q1)
👥 Split thread agent
SplitThreadAgent-v0.1
runs two “prompt” / “context” threadsDialogueThread
that generates conversations and calls utility functions (e.g.run_google_search(...)
orcall_smart_home(...)
)MemoryThread
that is a passive reader of the ongoing conversation, and is responsible for memory edits, insertion, and searchcore_memory_replace
,core_memory_append
archival_memory_search
,archival_memory_insert
conversation_search
,conversation_search_date
DialogueThread
too?⚡ Streaming (token-level) support
🦙 Specialized MemGPT models
👁️ Multi-modal support
gpt-4-vision
support first to work out the necessary refactors requireddata_types
stored in the database👾 Make MemGPT a better coding assistant
📄 Make MemGPT a better document research assistant
🔧 Better default functions
⏱️ Asynchronous tool use support
🧠 Better memory systems
core_memory_v2
,archival_memory_v2
, etc.core_memory_v2
archival_memory_v2
type: [memory, feeling, observation, reflection, …]
The text was updated successfully, but these errors were encountered: