You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a pyproject.toml to define a development environment
Add a pyproject.toml that has the dependencies of agents/
and mcp_server as for development purposes. The Containerfiles
still define the production enviroment. Add a note to
beeai/README.md describing how to set it up with uv.
At least for now, add uv.lock to .gitignore rather than
committing it - adding overhead for updating pinned
dependencies doesn't make sense for just the development
environment when we aren't doing it for production.
0 commit comments