name change
Browse files- .env +2 -0
- .gitignore +0 -24
- agentpro/__pycache__/__init__.cpython-311.pyc +0 -0
- agentpro/__pycache__/agent.cpython-311.pyc +0 -0
- agentpro/tools/__pycache__/__init__.cpython-311.pyc +0 -0
- agentpro/tools/__pycache__/ares_tool.cpython-311.pyc +0 -0
- agentpro/tools/__pycache__/base.cpython-311.pyc +0 -0
- chat.py → app.py +0 -0
.env
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
OPENAI_API_KEY=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
|
| 2 |
+
TRAVERSAAL_ARES_API_KEY=ares_cde5069685135cf0c1a787e545e14b23fe317789a49d11e3fc4eb810ca4f4102
|
.gitignore
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 1 |
-
# Byte-compiled / optimized / DLL files
|
| 2 |
-
__pycache__/
|
| 3 |
-
*.py[cod]
|
| 4 |
-
*$py.class
|
| 5 |
-
|
| 6 |
-
# Distribution / packaging
|
| 7 |
-
dist/
|
| 8 |
-
build/
|
| 9 |
-
*.egg-info/
|
| 10 |
-
|
| 11 |
-
# Environment variables
|
| 12 |
-
.env
|
| 13 |
-
|
| 14 |
-
# Virtual environment
|
| 15 |
-
venv/
|
| 16 |
-
env/
|
| 17 |
-
|
| 18 |
-
# IDE files
|
| 19 |
-
.idea/
|
| 20 |
-
.vscode/
|
| 21 |
-
|
| 22 |
-
# Output files
|
| 23 |
-
*.pptx
|
| 24 |
-
*.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
agentpro/__pycache__/__init__.cpython-311.pyc
ADDED
|
Binary file (402 Bytes). View file
|
|
|
agentpro/__pycache__/agent.cpython-311.pyc
ADDED
|
Binary file (10.2 kB). View file
|
|
|
agentpro/tools/__pycache__/__init__.cpython-311.pyc
ADDED
|
Binary file (303 Bytes). View file
|
|
|
agentpro/tools/__pycache__/ares_tool.cpython-311.pyc
ADDED
|
Binary file (3.56 kB). View file
|
|
|
agentpro/tools/__pycache__/base.cpython-311.pyc
ADDED
|
Binary file (2.72 kB). View file
|
|
|
chat.py → app.py
RENAMED
|
File without changes
|