MemGPT/alembic/versions
2025-04-22 09:50:01 -07:00
..
0ceb975e0063_add_llm_batch_jobs_tables.py feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
1c8880d671ee_make_an_blocks_agents_mapping_table.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
1e553a664210_add_metadata_to_tools.py feat: Add metadata_ field to Tool (#1321) 2025-03-17 17:14:08 -07:00
2cceb07c2384_add_content_parts_to_message.py feat: add content parts to message schema (#1273) 2025-03-13 18:43:32 -07:00
2f4ede6ae33b_add_otid_and_tool_return_to_message.py feat: add stdout and stderr in simulator (#1195) 2025-03-05 15:17:17 -08:00
3c683a662c82_migrate_jobs_to_the_orm.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
4e88e702f85e_drop_api_tokens_table_in_oss.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
6fbe9cace832_adding_indexes_to_models.py fix: deprecate cursor param and replace with before, after (#736) 2025-01-23 14:17:25 -08:00
6fe79c0525f2_enable_sleeptime_agent_fields.py feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
7b189006c97d_rename_batch_id_to_llm_batch_id_on_llm_.py feat: add batch job tracking and generate batch APIs (#1727) 2025-04-17 17:02:07 -07:00
7f652fdd3dba_change_jobmessage_unique_constraint_to_.py fix: prevent adding duplicate messages to JobMessages table (#625) 2025-01-13 14:48:20 -08:00
8d70372ad130_adding_jobmessages_table.py feat: new routes to gather a job's messages and usage statistics (#564) 2025-01-12 12:36:10 -08:00
9a505cc7eca9_create_a_baseline_migrations.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
08b2f8225812_adding_toolsagents_orm.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
22a6e413d89c_remove_module_field_on_tool.py chore: Deprecate module field on tool (#600) 2025-01-13 10:42:23 -08:00
25fc99e97839_fix_alembic_check_warnings.py fix: Fix missing alembic migration commands (#686) 2025-01-16 18:03:51 -08:00
28b8765bdd0a_add_support_for_structured_outputs_in_.py feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
54dec07619c4_divide_passage_table_into_.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
54f2311edb62_add_args_schema_to_tools.py feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
74f2ede29317_add_background_group_support.py feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
77de976590ae_add_groups_for_multi_agent.py feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
88f9432739a9_add_jobtype_to_job_table.py chore: fix up code to allow letta desktop work properly (#670) 2025-01-16 12:00:57 -08:00
90bb156e71df_rename_sleeptime_agent_frequency.py chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
95badb46fdf9_migrate_messages_to_the_orm.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
416b9d2db10b_repurpose_jobusagestatistics_for_new_.py feat: add schema/db for new steps table (#669) 2025-01-18 12:20:10 -08:00
549eff097c71_update_identities_unique_constraint_and_.py feat: make identities many to many (#1085) 2025-02-20 16:33:24 -08:00
915b68780108_add_providers_data_to_orm.py feat: support custom api keys for cloud (#533) 2025-01-07 22:12:55 -08:00
7980d239ea08_add_stateless_option_for_agentstate.py feat: Add message_buffer_autoclear field to Agent (#978) 2025-02-12 15:06:56 -08:00
167491cfb7a8_add_identities_for_blocks.py feat: add identities to blocks (#1219) 2025-03-12 12:09:31 -07:00
400501b04bf0_add_per_agent_environment_variables.py feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00
5987401b40ae_refactor_agent_memory.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
7778731d15e2_added_jobusagestatistics_table.py feat: new routes to gather a job's messages and usage statistics (#564) 2025-01-12 12:36:10 -08:00
a3c7d62e08ca_add_callback_data_to_jobs_table.py feat: Add callback for jobs (#1776) 2025-04-18 10:48:04 -07:00
a113caac453e_add_identities_table.py feat: add identites to ORM (#1003) 2025-02-17 09:21:53 -08:00
a3047a624130_add_identifier_key_to_agents.py feat: add identifier key to agents (#1043) 2025-02-18 16:06:09 -08:00
a66510f83fc2_add_ordered_agent_ids_to_groups.py test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
a91994b9752f_add_column_to_tools_table_to_contain_.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
b6d7ca024aa9_add_agents_tags_table.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
b183663c6769_add_trace_id_to_steps_table.py feat: add tracing to steps table (#1056) 2025-02-27 14:25:22 -08:00
bdddd421ec41_add_privileged_tools_to_organization.py feat: add privileged organizations (#1365) 2025-03-24 16:12:53 -07:00
bff040379479_add_block_history_tables.py feat: Add block history tables (#1489) 2025-03-31 16:39:23 -07:00
c3b1da3d1157_add_sender_id_to_message.py feat: add identity id to message model (#1700) 2025-04-14 16:50:37 -07:00
c5d964280dff_add_passages_orm_drop_legacy_passages_.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
c85a3d07c028_move_files_to_orm.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
cda66b6cb0d6_move_sources_to_orm.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
cdb3db091113_remove_unique_name_restriction_on_agents.py fix: Remove unique name restriction on agents (#592) 2025-01-10 15:38:42 -08:00
d14ae606614c_move_organizations_users_tools_to_orm.py chore: Remove deprecated_tool mentions everywhere (#598) 2025-01-10 17:31:04 -08:00
d211df879a5f_add_agent_id_to_steps.py feat: add agent to steps table and support filtering (#1212) 2025-03-07 10:10:29 -08:00
d6632deac81d_add_composite_index_to_messages_table.py fix: Add index to messages table (#2280) 2024-12-18 13:47:03 -08:00
d05669b60ebe_migrate_agents_to_orm.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
dfafcf8210ca_add_model_endpoint_to_steps_table.py feat: add model_endpoint to steps table (#902) 2025-02-05 11:16:33 -08:00
e1a625072dbf_tweak_created_at_field_for_messages.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
e78b4e82db30_add_cascading_deletes_for_sources_to_.py chore: Clean up .load_agent usage (#2298) 2024-12-20 16:56:53 -08:00
e991d2e3b428_add_monotonically_increasing_ids_to_.py feat: Add monotonic ids on messages (#1522) 2025-04-01 18:23:34 -07:00
e20573fe9b86_add_tool_types.py feat: Add tool_type column (#576) 2025-01-10 14:52:15 -08:00
f2f78d62005c_add_letta_batch_job_id_to_llm_batch_job.py feat: add batch job tracking and generate batch APIs (#1727) 2025-04-17 17:02:07 -07:00
f81ceea2c08d_create_sandbox_config_and_sandbox_env_.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
f595e0e8013e_adding_request_config_to_job_table.py fix: updated send_message_async request params, get_run_messages returns LettaMessage (#638) 2025-01-15 14:47:20 -08:00
f922ca16e42c_add_project_and_template_id_to_agent.py feat: support project and template on core (#847) 2025-01-30 12:06:02 -08:00
f7507eab4bb9_migrate_blocks_to_orm_model.py run black, add isort config to pyproject.toml 2024-12-26 19:43:11 -08:00
f895232c144a_backfill_composio_tools.py feat: Identify Composio tools (#721) 2025-01-22 16:37:37 -08:00
fdcdafdb11cf_identity_properties_jsonb_to_json.py fix: jsonb -> json for sqlite compatibility (#1095) 2025-02-21 12:06:53 -08:00