Skip to content

Commit

Permalink
Add agentops to demo repos (#142)
Browse files Browse the repository at this point in the history
* AgentOps-AI to demo repose

* Add commas
  • Loading branch information
dhirenmathur authored Oct 30, 2024
1 parent b196597 commit 2911ff9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/core/config_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ def get_demo_repo_list(self):
"url": "https://github.com/crewAIInc/crewAI",
"owner": "crewAIInc",
},
{
"id": "demo1",
"name": "agentops",
"full_name": "AgentOps-AI/agentops",
"private": False,
"url": "https://github.com/AgentOps-AI/agentops",
"owner": "AgentOps-AI",
},
]

def get_redis_url(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async def parse_directory(
"Portkey-AI/gateway",
"crewAIInc/crewAI",
"mem0ai/mem0",
"AgentOps-AI/agentops",
]

try:
Expand Down

0 comments on commit 2911ff9

Please sign in to comment.