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

Consultation regarding the purpose of the code under the templetes/crewai/tools directory. #53

Closed
chgaowei opened this issue Nov 24, 2024 · 1 comment

Comments

@chgaowei
Copy link
Contributor

Are the codes in the templetes/crewai/tools directory meant to serve only as implementation references, or will they be directly invoked by the LLM? I made some adjustments to the tool interfaces earlier. Should we update the corresponding code in the tools directory each time, or is it sufficient to remove the code and use comments instead?

@bboynton97
Copy link
Contributor

The code in templates/crewai/tools is the code that is copied into the developer's project when running agentstack tools add <name> and using the crewai framework.

When working on a tool, the code in the <name>_tool.py file is the final code that the user is given. Sometimes this is commented with ways in which the developer can configure the code to better suit their use case or with instructions on how to extend it!

Does this answer your question? :)

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