Lucas Gomide
5c51349a85
Support async tool executions ( #2983 )
...
* test: fix structured tool tests
No tests were being executed from this file
* feat: support to run async tool
Some Tool requires async execution. This commit allow us to collect tool result from coroutines
* docs: add docs about asynchronous tool support
2025-06-10 12:17:06 -04:00
Tony Kipkemboi
910ed716d9
Reasoning docs update ( #2871 )
...
* Add MCP integration documentation and update enterprise docs
* Update MCP integration docs with code syntax improvements
* Standardize documentation structure and add reasoning docs
2025-05-21 10:58:13 -04:00
Lucas Gomide
94b1a6cfb8
docs: remove CrewStructuredTool from public documentation ( #2707 )
...
It is used internally and should not be recommended for building tools intended for Agent consumption
2025-04-30 09:37:05 -04:00
João Moura
918c0589eb
adding new docs
2025-04-07 02:46:40 -04:00
Jakub Kopecký
24f1a19310
feat: add docs for ApifyActorsTool ( #2254 )
...
* add docs for ApifyActorsTool
* improve readme, add link to template
* format
* improve tool docs
* improve readme
* Update apifyactorstool.mdx (#1 )
* Update apifyactorstool.mdx
* Update apifyactorstool.mdx
* dans suggestions
* custom apify icon
* update descripton
* Update apifyactorstool.mdx
---------
Co-authored-by: Jan Čurn <jan.curn@gmail.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2025-03-16 12:29:57 -04:00
Brandon Hancock
5dc8dd0e8a
add important missing parts to creating tools
2025-01-10 20:48:59 -05:00
lgesuellip
1261ce513f
Add doc structured tool ( #1713 )
...
* Add doc structured tool
* Fix example
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-09 11:34:07 -05:00
C0deZ
e66a135d5d
refactor: Move BaseTool to main package and centralize tool description generation ( #1514 )
...
* move base_tool to main package and consolidate tool desscription generation
* update import path
* update tests
* update doc
* add base_tool test
* migrate agent delegation tools to use BaseTool
* update tests
* update import path for tool
* fix lint
* update param signature
* add from_langchain to BaseTool for backwards support of langchain tools
* fix the case where StructuredTool doesn't have func
---------
Co-authored-by: c0dez <li@vitablehealth.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-11-01 12:30:48 -04:00
Tony Kipkemboi
a7696d5aed
Migrate docs from MkDocs to Mintlify ( #1423 )
...
* add new mintlify docs
* add favicon.svg
* minor edits
* add github stats
2024-10-10 19:14:28 -03:00