https://github.com/ekzhu/autogen-migration
Helpful scripts to migrate between autogen versions
https://github.com/ekzhu/autogen-migration
autogen
Last synced: 3 months ago
JSON representation
Helpful scripts to migrate between autogen versions
- Host: GitHub
- URL: https://github.com/ekzhu/autogen-migration
- Owner: ekzhu
- License: mit
- Created: 2025-07-03T15:13:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T15:27:24.000Z (3 months ago)
- Last Synced: 2025-07-03T16:33:12.776Z (3 months ago)
- Topics: autogen
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoGen Team State Migration (v0.4.x to v0.6.x)
Starting v0.4.9, the team state is using the agent name as the key instead of the agent ID, and the team_id field is removed from the state. This is to allow the state to be portable across different teams and runtimes. States saved with the old format may not be compatible with the new format in the future.
See `migrate_state.py` for the migration logic.
## Migration Test
Install `uv`:
```bash
curl -Ls https://install.uv.link | sh # one-liner from the uv docs
```How to run the migration test:
```bash
./setup_envs.sh
./run_migration_test.sh
```