Async Loom is a comprehensive platform that provides developers with various AI agent integrations for their Software Development Life Cycle (SDLC). This platform serves as a centralized hub for discovering, configuring, and integrating AI agents into your development workflow.
- Azure SWE Agents - Customize and configure AI agents for your repositories
- Teams Async Agents - Background agents that work seamlessly with Microsoft Teams
- GitHub Actions Workflow - CI/CD integrated agents for automated workflows
- GitHub Copilot Extension - Background agents triggered through Copilot
- Azure AI Foundry Agent Catalog - Customizable solution templates for customer scenarios
agent-loom/
├── backend/ # FastAPI backend with Python
├── frontend/ # React frontend with shadcn/ui
└── README.md
cd backend
poetry install
poetry run fastapi dev app/main.py
cd frontend
pnpm install
pnpm dev
This project uses:
- Backend: FastAPI with Python, Poetry for dependency management
- Frontend: React with TypeScript, Vite, Tailwind CSS, shadcn/ui components
- Package Manager: pnpm for frontend, Poetry for backend
The application can be deployed using the built-in deployment commands for both frontend and backend components.