AiAgents
1.0.0
AiAgents是一個強大的框架,旨在建立可以使用人工智慧技術執行各種任務的智慧代理。該存儲庫提供了幾個基於 crewai 的 AI 代理範例。
若要開始使用 AiAgents,請依照下列步驟操作:
克隆儲存庫:
git clone https://github.com/kwishna/AiAgents.git
導航到專案目錄:
cd AiAgents
啟動虛擬環境:
./bin/activate
安裝所需的依賴項:
pip install -r requirements.txt
更新 .env 檔案中的 API 金鑰。
打開 .ipynb 筆記本並開始工作:
python -m jupyter lab --app-dir= " ./src/course-notebooks "
我歡迎社區的貢獻!如果您想為 AiAgents 做出貢獻,請按照以下步驟操作:
分叉儲存庫。
建立一個新分支:
git checkout -b feature/your-branch-name
進行更改並提交:
git commit -m " Add some feature "
推送到分支:
git push origin feature/your-branch-name
打開拉取請求。