AgentOps-AI / AgentStack

The fastest way to build robust AI agents
MIT License
807 stars 60 forks source link

manage packages in generated project differently #43

Open bboynton97 opened 3 weeks ago

bboynton97 commented 3 weeks ago

use requirements.txt in projects instead of poetry to support conda and uv.

add a flag to use poetry, but default to reqs

resolves #40

the-praxs commented 2 weeks ago

Use pyproject.toml for easy conda support without any other package manager.

bboynton97 commented 6 days ago

@the-praxs i'd definitely like to use pyproject.toml still but probably need to stop using the poetry tag for deps