feat(frontend): Integrate with the API to add a new microagent. (#9821)

This commit is contained in:
Hiep Le
2025-07-22 23:57:05 +07:00
committed by GitHub
parent 58ea7b5248
commit 38ffc85470
24 changed files with 1786 additions and 107 deletions

View File

@@ -424,6 +424,7 @@ async def _get_conversation_info(
num_connections=num_connections,
url=agent_loop_info.url if agent_loop_info else None,
session_api_key=getattr(agent_loop_info, 'session_api_key', None),
pr_number=conversation.pr_number,
)
except Exception as e:
logger.error(