-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# agent | ||
|
||
## framework | ||
- [[dify]] | ||
- [[crewai]] | ||
|
||
## link | ||
- [[ai]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ | |
- [[apache-airflow]] | ||
- [[openai-whisper]] | ||
- [[dify]] | ||
- [[agent]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# crewai | ||
|
||
## 실행 | ||
```sh | ||
poetry init | ||
poetry crewai 'crewai[tools]' | ||
poetry run crewai create crew some_crew | ||
poetry run crewai create flow some_flow | ||
``` | ||
|
||
## link | ||
- [[ai]] | ||
- [[agent]] | ||
- [[poetry]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,5 @@ pipenv run pip install -r requirements.txt | |
- [[pip]] | ||
- [[pyenv]] | ||
- [[venv]] | ||
- [[poetry]] | ||
- [[conda]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# poetry | ||
|
||
```sh | ||
poetry init | ||
# install 을 해야지 가상환경이 생성됨 | ||
poetry install | ||
poetry env actiavte | ||
poetry env info | ||
``` | ||
|
||
## link | ||
- [[pip]] | ||
- [[pipenv]] | ||
- [[venv]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters