Skip to content

Commit bd79b07

Browse files
committed
first commit
0 parents  commit bd79b07

6 files changed

Lines changed: 3613 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
dist
3+
.vscode
4+
.env

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# agentica-tutorial-github
2+
3+
read repository code and readme, write issue and so on.
4+
5+
Assign your OpenAI API key into the `.env.sample` file.
6+
7+
After modifying the `.env.sample`, please rename it `.env.`
8+
9+
And when you run the file, the results will be displayed in the terminal console.

0 commit comments

Comments
 (0)