Skip to content
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

Draft: separate agents #418

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Draft: separate agents #418

wants to merge 6 commits into from

Conversation

wangyoucao577
Copy link
Collaborator

Typical usage

# build with default agents
task build

# build with minimax_v2v agents
task build AGENT=examples/minimax_v2v

# clean
task clean

# run server 
task server:run

make build/clean/run-server still remains for compatibility, but recommend to use task build/clean/server:run instead.

version: '3'

tasks:
build:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it's better to call it "use agent" which set corresponding folder as main workspace configs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

task build USE_AGENT=agents/example/minimax_v2v something like this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no i mean task use agents/example/minimax_v2v


tasks:
build:
desc: build all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this only useful in cicd?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's equal to make build.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but if one extension exists in multiple folders, will it be installed for multiple times?

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

Successfully merging this pull request may close these issues.

2 participants