Skip to content

[feat] One command framework switch #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bboynton97 opened this issue Feb 1, 2025 · 3 comments
Open

[feat] One command framework switch #265

bboynton97 opened this issue Feb 1, 2025 · 3 comments

Comments

@bboynton97
Copy link
Contributor

bundle

agentstack export
agentstack init --template=exported-template --framework=<framework>

into

agentstack switch framework <framework>

eventually the switch command can also do other layers

@tcdent
Copy link
Collaborator

tcdent commented Feb 5, 2025

This is super easy in theory, but what do we do about their existing code?

Init in a new directory?

Include git? I actually like the idea of tracking changes we make to their codebase so they can revert if something goes wrong.

@bboynton97
Copy link
Contributor Author

init in a new directory is my thought right now.

we included git initially, but ran into a lot of issues. i'm very open to it, but we need to look up the directory tree and make sure that there isn't an existing git repo. there may have been other issues that led me to pull it out early on. I'm very down to add it and see what comes of it :)

@tcdent
Copy link
Collaborator

tcdent commented Feb 6, 2025

@bboynton97 brought up the brilliant idea of tracking a framework migration via branching. TODO

@tcdent tcdent mentioned this issue Feb 13, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants