MemGPT/letta/orm
2025-04-22 09:50:01 -07:00
..
__all__.py feat: Add orm for Tools and clean up Tool logic (#1935) 2024-10-25 14:25:40 -07:00
__init__.py feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
agent.py feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
agents_tags.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
base.py fix: patch .utcnow warning (#1702) 2025-04-14 12:55:34 -07:00
block_history.py feat: Add block history tables (#1489) 2025-03-31 16:39:23 -07:00
block.py feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
blocks_agents.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
custom_columns.py feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
enums.py feat: add batch job tracking and generate batch APIs (#1727) 2025-04-17 17:02:07 -07:00
errors.py fix: Scale up database (#2263) 2024-12-17 15:02:28 -08:00
file.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
group.py chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
groups_agents.py feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
groups_blocks.py feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
identities_agents.py feat: make identities many to many (#1085) 2025-02-20 16:33:24 -08:00
identities_blocks.py feat: add identities to blocks (#1219) 2025-03-12 12:09:31 -07:00
identity.py feat: add identities to blocks (#1219) 2025-03-12 12:09:31 -07:00
job_messages.py fix: prevent adding duplicate messages to JobMessages table (#625) 2025-01-13 14:48:20 -08:00
job.py feat: Add callback for jobs (#1776) 2025-04-18 10:48:04 -07:00
llm_batch_items.py feat: add batch job tracking and generate batch APIs (#1727) 2025-04-17 17:02:07 -07:00
llm_batch_job.py feat: add batch job tracking and generate batch APIs (#1727) 2025-04-17 17:02:07 -07:00
message.py fix: Drop sqlalchemy sequence on sequence (#1808) 2025-04-19 22:08:59 -07:00
mixins.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
organization.py fix: Fix cascade deletion (#1641) 2025-04-09 10:55:32 -07:00
passage.py fix: Remove extraneous relationships on ORM objects (#1755) 2025-04-17 14:37:37 -07:00
provider.py feat: add updated_at timestamp to provider and bump on write (#574) 2025-01-10 11:16:53 -08:00
sandbox_config.py feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00
source.py fix: agent deletion bug from source cascade (#1101) 2025-02-24 11:20:22 -08:00
sources_agents.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
sqlalchemy_base.py feat: Set SqlAlchemy to fetch sequence_id from DB, not generate it itself (#1726) 2025-04-15 19:25:46 -07:00
sqlite_functions.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
step.py feat: add agent to steps table and support filtering (#1212) 2025-03-07 10:10:29 -08:00
tool.py feat: Add metadata_ field to Tool (#1321) 2025-03-17 17:14:08 -07:00
tools_agents.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
user.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00