Skip to content

Commit

Permalink
add file_read_tool
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Oct 23, 2024
1 parent 10ae916 commit 5763e7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agentstack/templates/crewai/tools/file_read_tool.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from crewai_tools import FileReadTool

file_read_tool = FileReadTool()
6 changes: 6 additions & 0 deletions agentstack/tools/file_read_tool.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "file_read_tool",
"package": "poetry add 'crewai[tools]'",
"env": "",
"tools": ["file_read_tool"]
}

0 comments on commit 5763e7a

Please sign in to comment.