joaomorossini commited on
Commit
6b6a674
·
1 Parent(s): 2c0e8a3

Add example environment variables and update .gitignore to include settings.json

Browse files
Files changed (3) hide show
  1. .env.example +16 -0
  2. .gitignore +2 -1
  3. README.md +0 -15
.env.example CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CLICKUP CONFIG
2
+ CLICKUP_TOKEN=your_clickup_token
3
+ CLICKUP_TEAM_ID=your_team_id
4
+ CLICKUP_PROJETOS_SPACE_ID=your_projetos_space_id
5
+ CLICKUP_LIST_ID=your_list_id
6
+ CLICKUP_AGENT_USER_ID=your_agent_user_id
7
+ CLICKUP_USER_ID=your_user_id
8
+
9
+ # COMPOSIO API KEY
10
+ COMPOSIO_API_KEY=your_composio_api_key
11
+
12
+ # AZURE OPENAI CONFIG
13
+ AZURE_OPENAI_ENDPOINT=your_azure_endpoint
14
+ AZURE_OPENAI_API_KEY=your_azure_api_key
15
+ AZURE_OPENAI_DEPLOYMENT=your_azure_deployment
16
+ OPENAI_API_VERSION=your_openai_version
.gitignore CHANGED
@@ -3,4 +3,5 @@ agency-swarm-main/
3
  .env
4
  .cursor
5
  temp/
6
- __pycache__/
 
 
3
  .env
4
  .cursor
5
  temp/
6
+ __pycache__/
7
+ settings.json
README.md CHANGED
@@ -1,18 +1,3 @@
1
  # Overview
2
 
3
  Private demo for Technical Project Manager job application @ Agency AI (creator of the Agency Swarm framework)
4
-
5
- # Brainstorm
6
-
7
- - Use the agency-swarm framework to create a custom demo
8
- - Give agents the capacity to interact with ClickUp (or Notion)
9
- - Demonstrate creation of a work breakdown structure from project description
10
- - Provide openapi specs for tools hosted on my ai_agent_tool_server
11
- - The agents should know all about Agency AI and VRSEN
12
- - Agents can send reports and follow ups via e-mail and whatsapp
13
- - Presentation
14
- - Video demo
15
- - Live demo:
16
- - Deployed version (probably not)
17
- OR
18
- - Notebook version
 
1
  # Overview
2
 
3
  Private demo for Technical Project Manager job application @ Agency AI (creator of the Agency Swarm framework)