[crewAI] Multi-agent Custormer Support Automation (3)
ยท
๐Ÿ› ๏ธ Tools
L3: Multi-agent Custormer Support AutomationMulti-agent๋ฅผ ํ™œ์šฉํ•œ ๊ณ ๊ฐ ์ง€์› ์ž๋™ํ™” ์‹œ์Šคํ…œ Role PlayingFocusToolsCooperationGuardrailsMemory ํ•„์ˆ˜ ํŒจํ‚ค์ง€ ์„ค์น˜!pip install crewai==0.28.8 crewai_tools==0.1.6 langchain_community==0.0.29 In [44]:# ๊ฐ„๋‹จํ•œ warning ์ถœ๋ ฅ ๋ฌด์‹œimport warningswarnings.filterwarnings(action='ignore')In [45]:# crewai ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ importfrom crewai import Agent, Task, CrewIn [46]:# utils.py# Add your utilities or..
[CrewAI] Key elements of AI agent (2)
ยท
๐Ÿ› ๏ธ Tools
Key elements of AI agentRole Playingrole์— ๋”ฐ๋ผ agent์˜ ์‘๋‹ต์ด ๋‹ฌ๋ผ์งTesla์˜ ์ฃผ๊ฐ€๋ฅผ ๋ถ„์„ํ•ด ๋‹ฌ๋ผ๊ณ  ์š”์ฒญํ•ด๋ณด์ž.1. give me an analysis on tesla stock.๋”๋ณด๊ธฐAs of May 2024, Tesla's stock (TSLA) is facing a complex landscape with both significant challenges and potential opportunities.Current Performance and Outlook:Tesla's stock is currently trading around $177, having experienced a decline of approximately 31% year-to-dateโ€‹ (..
[LLM Agents] Multi AI Agent System with crewAI
ยท
๐Ÿ› ๏ธ Tools
Multi AI Agent System with crewAICrewAI Framework๋ฅผ ํ†ตํ•ด Multi-Agent ์ƒ์„ฑํ•˜๊ณ  ๋‹ค์ค‘ Task๋ฅผ Agent๋“ค๊ณผ ์ƒํ˜ธ ์—ฐ๊ณ„ํ•ด ๋ชฉํ‘œ์— ๊ฐ€๊นŒ์šด ๋‹ต์„ ๊ตฌํ•œ๋‹ค. 2. AI Agents(1) Agents ์—ญํ•  agent๊ฐ€ task๋ฅผ ์ˆ˜ํ–‰ํ•˜๊ณ , ๊ทธ ๊ฒฐ๊ณผ๋ฅผ answer๋กœ ๋ฐ˜ํ™˜ํ•œ๋‹ค. ๊ฒฐ๊ณผ๊ฐ€ ์ œ๋Œ€๋กœ ๋˜์ง€ ์•Š์„ ๋•Œ agent๋Š” ๋‹ค์‹œ task๋ฅผ ์ˆ˜ํ–‰ํ•  ์ˆ˜ ์žˆ๋‹ค.  Agent์˜ ๊ตฌ์„ฑ์š”์†Œ๋กœ Tools๊ฐ€ ์žˆ๋‹ค. ๋‹ค๋ฅธ ํ”„๋ ˆ์ž„์›Œํฌ์—์„œ๋Š” SKU ๋˜๋Š” function์ด๋ผ๋Š” ์šฉ์–ด๋ฅผ ์‚ฌ์šฉํ•œ๋‹ค.Tools๋Š” agent๊ฐ€ ์ˆ˜ํ–‰ํ•  ์ˆ˜ ์žˆ๋Š” task๋ฅผ ์ •์˜ํ•œ๋‹ค. ์ด๋ฅผ ํ†ตํ•ด API, data ์ ‘๊ทผ ๋“ฑ ๋‹ค์–‘ํ•œ ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค.Langchain์—์„œ ์‚ฌ์šฉํ•˜๋Š” Tool์˜ ์—ญํ• ๊ณผ ๊ฐ™๊ณ  crewAI์—์„œ๋Š” T..
๋‹คํ–ˆ๋‹ค
'crewai' ํƒœ๊ทธ์˜ ๊ธ€ ๋ชฉ๋ก