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

Improve CLI getting started experience with Bee by customizing to a use case #148

Open
mmurad2 opened this issue Nov 5, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@mmurad2
Copy link
Member

mmurad2 commented Nov 5, 2024

Is your feature request related to a problem? Please describe.
The current CLI experience gives the impression that Bee works OTTB. While it does for simple tasks, for more complex use cases we learned that narrow bees with additional instructions on only the min required tools works best.

Describe the solution you'd like
Improve CLI experience to suggest specifying a role and tools to be used.

Describe alternatives you've considered
Open to alternatives. We could consider exposing additional optional settings for user to define.

Additional context
Would be good to align more closely to UI experience. UI is changing "instructions" to "role" FYI.

@mmurad2 mmurad2 added the enhancement New feature or request label Nov 6, 2024
@mmurad2 mmurad2 changed the title Improve ability to customize Bee for a given use case Improve CLI getting started experience with Bee by customizing to a use case Nov 11, 2024
@mmurad2
Copy link
Member Author

mmurad2 commented Nov 25, 2024

Scope subject to change depending on current discussion. Feel free to update ticket description.

@Tomas2D
Copy link
Contributor

Tomas2D commented Dec 2, 2024

This issue should ideally leverage the functionality in the following module examples/helpers/io.ts.

Would you like to work on this? @psschwei

@psschwei
Copy link
Contributor

psschwei commented Dec 2, 2024

Yeah, I can take this one

psschwei added a commit to psschwei/bee-agent-framework that referenced this issue Dec 2, 2024
Signed-off-by: Paul S. Schweigert <[email protected]>

Fixes i-am-bee#148

We have found that bees perform best when:
* they use fewer number of tools, and
* they are provided explicit instructions/role

Here we updated the getting started section of the README to
incorporate those recommendations into the simple example. We update
the system prompt to provide explicit instructions, and we remove the
search tool as it isn't needed for weather-related queries. It also
adds some tips related to these two points to the appropriate section.

Additionally, it adds a yarn helper method to run the simple example:
`yarn run quickstart`
psschwei added a commit to psschwei/bee-agent-framework that referenced this issue Dec 2, 2024
Signed-off-by: Paul S. Schweigert <[email protected]>

Fixes i-am-bee#148

We have found that bees perform best when:
* they use fewer number of tools, and
* they are provided explicit instructions/role

Here we updated the getting started section of the README to
incorporate those recommendations into the simple example. We update
the system prompt to provide explicit instructions, and we remove the
search tool as it isn't needed for weather-related queries. It also
adds some tips related to these two points to the appropriate section.

Additionally, it adds a yarn helper method to run the simple example:
`yarn run quickstart`
psschwei added a commit to psschwei/bee-agent-framework that referenced this issue Dec 2, 2024
Signed-off-by: Paul S. Schweigert <[email protected]>

Fixes i-am-bee#148

We have found that bees perform best when:
* they use fewer number of tools, and
* they are provided explicit instructions/role

Here we updated the getting started section of the README to
incorporate those recommendations into the simple example. We update
the system prompt to provide explicit instructions, and we remove the
search tool as it isn't needed for weather-related queries. It also
adds some tips related to these two points to the appropriate section.

Additionally, it adds a yarn helper method to run the simple example:
`yarn run quickstart`

Signed-off-by: Paul S. Schweigert <[email protected]>
@psschwei psschwei removed their assignment Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants