CrewAI Assistant
0
0
About CrewAI Assistant
CrewAI expert
June 02,2024
Information
- GPTs Creator JOAO M DURAES MOURA
- Categories Programming
- GPT Updated June 02,2024
- Updated June 03,2024
Knowledge File
- ()20
- Totals20
Capabilities
- Code Interpreter ✓Data Analysis
- Browsing ✓Real-Time Retrieval
- DALLE•E ✓Image Creation
Share recipient
- OpenAI‘s GPT Store Public
Timeline
CrewAI Assistant
By JOAO M DURAES MOURA
CrewAI Assistant is inactive right now!
4.4
Ratings (2K+)
Programming
Category
100K+
Conversations
Try Alternatives
Help me create a crew for a use case
What are some advanced CrewAI features?
How can I set up a Crew myself?
Explain CrewAI for me
Message ChatGPT
What Can CrewAI Assistant Do with ChatGPT?
This Gpts for users can do advanced tasks in Python with CrewAI.
# | File Id | Type |
---|---|---|
1 | gzm_cnf_MyQJEoQd8fJei9nIWUMNUVPr~gzm_file_GBMDpMddm2AGmT7M81lVQesS | |
2 | gzm_cnf_1gOEPPbqukf92Nc77Vi5Xbsk~gzm_file_OuKcihbfpZRXToRh2qBonGOl | |
3 | gzm_cnf_Bz8ZP0may53ErRNp24SF2QnA~gzm_file_vizeSx8uEaHpOI3e8315pJ24 | |
4 | gzm_cnf_Bz8ZP0may53ErRNp24SF2QnA~gzm_file_7gQETi1D8GTsCuyh9N8A1XjZ | |
5 | gzm_cnf_Bz8ZP0may53ErRNp24SF2QnA~gzm_file_PYty4NQd4SVr2tUBCPbLqIR1 | |
6 | gzm_cnf_dZjsBMik428RNyQy9kwvaNEd~gzm_file_LKgC0peR5p3fhPoO2I1cIFTv | |
7 | gzm_cnf_SVlbK58BT8mEq2OrwlaS72Pd~gzm_file_QJlLRbMGEiKSQ6GtFwnA0IG9 | |
8 | gzm_cnf_SVlbK58BT8mEq2OrwlaS72Pd~gzm_file_Dd8F9OCb7aGH4lDoyM7GtLaZ | |
9 | gzm_cnf_SVlbK58BT8mEq2OrwlaS72Pd~gzm_file_A6XpsvNjHVGOFvsgRPPNWMpQ | |
10 | gzm_cnf_Bz8ZP0may53ErRNp24SF2QnA~gzm_file_pdrUGH1soLTkT4LVIgWZ18WJ | |
11 | gzm_cnf_Bz8ZP0may53ErRNp24SF2QnA~gzm_file_x5rilUlrAsY9qMpQja5FcZyW | |
12 | gzm_cnf_KKfgOJpCmTnwVR3KPk4cHb2h~gzm_file_8aFWbljmQg1u6W34HIzNAE5x | |
13 | gzm_cnf_Bz8ZP0may53ErRNp24SF2QnA~gzm_file_P61rUJQnh4sKGw3MXvCuPI0s | |
14 | gzm_cnf_O3vLwN90j0vCp0UAP5TeII9x~gzm_file_n5TXKXD2Ke5ro0rbTMBfYCkz | |
15 | gzm_cnf_SVlbK58BT8mEq2OrwlaS72Pd~gzm_file_EzMvJE4wxsv85CbSR1L3Rq0d | |
16 | gzm_cnf_SVlbK58BT8mEq2OrwlaS72Pd~gzm_file_bdzWd7S3u7L1mZG3ormB2aX8 | |
17 | gzm_cnf_7lbN8arRYSqwf9CJM5n6rENB~gzm_file_aklabQsoPVyJiXa5A7Y4dOUV | |
18 | gzm_cnf_SVlbK58BT8mEq2OrwlaS72Pd~gzm_file_BtMSYmDFXzDZAuZxLfZIfsKo | |
19 | gzm_cnf_5TTZB9JNYQ6XlNN7TG4wfBCH~gzm_file_DPm0zSIAmUow780tjvkXVSxp | |
20 | gzm_cnf_a4lcEgNOMWOxEvD8DqbqLd99~gzm_file_qb0jbhG2JpbbTiCAP6fGQqgK |
1. Function Calls
Field | Value |
---|---|
action_id | g-ddbd19ca55fc1d150b6ae66a6ef2a6685f9ac0f2 |
domain | crew-ai-custom-gpt-crewai.replit.app |
json_schema | {"openapi"=>"3.1.0", "info"=>{"title"=>"crewAI custom GPT API", "description"=>"API for supporting crewAI GPT", "version"=>"0.1"}, "servers"=>[{"url"=>"https://crew-ai-custom-gpt-crewai.replit.app", "description"=>"Main API server"}], "paths"=>{"/read_crewai_code/{code_class}"=>{"get"=>{"summary"=>"Read Code", "operationId"=>"read_code_read_crewai_code__code_class__get", "parameters"=>[{"name"=>"code_class", "in"=>"path", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Code Class", "enum"=>["agent", "task", "crew", "process"]}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/crewai_tools"=>{"get"=>{"summary"=>"Crewai Tools", "operationId"=>"crewai_tools_crewai_tools_get", "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}}}}, "/crewai_tools/{tool}/example"=>{"get"=>{"summary"=>"Crewai Tool Example", "operationId"=>"crewai_tool_example_crewai_tools__tool__example_get", "parameters"=>[{"name"=>"tool", "in"=>"path", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Tool Class Namer", "enum"=>["CodeDocsSearchTool", "CSVSearchTool", "DirectorySearchTool", "DOCXSearchTool", "DirectoryReadTool", "FileReadTool", "GithubSearchTool", "SerperDevTool", "TXTSearchTool", "JSONSearchTool", "MDXSearchTool", "PDFSearchTool", "PGSearchTool", "RagTool", "ScrapeElementFromWebsiteTool", "ScrapeWebsiteTool", "SeleniumScrapingTool", "WebsiteSearchTool", "XMLSearchTool", "YoutubeChannelSearchTool", "YoutubeVideoSearchTool"]}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/agent_examples/{type}"=>{"get"=>{"summary"=>"Agent Examples", "operationId"=>"agent_examples_agent_examples__type__get", "parameters"=>[{"name"=>"type", "in"=>"path", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Type", "enum"=>["travel_related_examples", "financial_related_examples", "landing_page_generation_related_examples", "marketing_related_examples", "game_generation_related_examples"]}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/task_examples/{type}"=>{"get"=>{"summary"=>"Task Examples", "operationId"=>"task_examples_task_examples__type__get", "parameters"=>[{"name"=>"type", "in"=>"path", "required"=>true, "schema"=>{"type"=>"string", "title"=>"Type", "enum"=>["travel_related_examples", "financial_related_examples", "marketing_related_examples", "game_generation_related_examples"]}}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}}, "components"=>{"schemas"=>{"HTTPValidationError"=>{"properties"=>{"detail"=>{"items"=>{"$ref"=>"#/components/schemas/ValidationError"}, "type"=>"array", "title"=>"Detail"}}, "type"=>"object", "title"=>"HTTPValidationError"}, "ValidationError"=>{"properties"=>{"loc"=>{"items"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"integer"}]}, "type"=>"array", "title"=>"Location"}, "msg"=>{"type"=>"string", "title"=>"Message"}, "type"=>{"type"=>"string", "title"=>"Error Type"}}, "type"=>"object", "required"=>["loc", "msg", "type"], "title"=>"ValidationError"}}}} |
auth | {"type":"none"} |
privacy_policy_url | https://crew-ai-custom-gpt-crewai.replit.app/privacy |
Capabilitiy | Function | Tools |
---|---|---|
Code Interpreter / Data Analysis | Execute Python code for automation, calculations, and data analysis. | Python |
Web Browsing | Real-Time Access and search the internet for information, articles, and data. | Browser |
DALLE•E | Generate unique images based on textual descriptions provided. | Dalle |
CrewAI Assistant reviews
Similar GPTs
AI Creator
by Joao MarquesOptimized Chat GPT builder with specialized knowledge and adaptive communication.
20
Assistente de prompt de IA
by RUBERALDO LEITE QUEIROZUm assistente criativo para gerar prompts de IA
50
AI Coding assistant
Expert in software engineering and AI, providing detailed explanations and concise code solutions.
100