HTTP/1.1 200 OK Date: Thu, 08 Jan 2026 08:24:49 GMT Content-Type: text/html; charset=utf-8 Vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With ETag: W/"02786f9e842dc7028997172a43e8785b" Cache-Control: max-age=0, private, must-revalidate Strict-Transport-Security: max-age=31536000; includeSubdomains; preload X-Frame-Options: deny X-Content-Type-Options: nosniff X-XSS-Protection: 0 Referrer-Policy: no-referrer-when-downgrade Content-Security-Policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/ Server: github.com Content-Encoding: gzip Accept-Ranges: bytes Set-Cookie: _octo=GH1.1.490467144.1767860689; Path=/; Domain=github.com; Expires=Fri, 08 Jan 2027 08:24:49 GMT; Secure; SameSite=Lax Set-Cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 08 Jan 2027 08:24:49 GMT; HttpOnly; Secure; SameSite=Lax X-GitHub-Request-Id: D0B2:3408D0:8A2D556:746F999:695F69D1 Transfer-Encoding: chunked GitHub - salmanmkc/agentverse: 1st place at UCL agentverse (AI agent hackathon)
🌐 Ψ΄Ω…Ψ§ Ψ§Ψ² Web Proxy Ψ§Ψ³Ψͺفاده Ω…ΫŒβ€ŒΪ©Ω†ΫŒΨ― ءفحه Ψ§Ψ΅Ω„ΫŒ
Skip to content

salmanmkc/agentverse

Repository files navigation

AgentVerse - AI-Powered Task Management

An intelligent task management system with AI-powered task breakdown, team matching, and allocation.

Features

  • 🎯 Smart Task Creation - AI generates actionable subtasks from descriptions
  • πŸ“Š Metric Analysis - Understand task impact, urgency, and complexity
  • 🀝 Intelligent Matching - AI matches team members to subtasks based on skills
  • πŸ‘― Digital Twins - Personalised agents finetuned to each team member's preferences, workplace style, and reactions
  • πŸ“ˆ Visual Dashboard - Track tasks, progress, and team performance
  • πŸ”„ GitHub Integration - Automatically create issues and manage projects
  • 🎨 Modern UI - Beautiful, responsive interface with smooth animations

Quick Start

# Install dependencies
cd front-end
npm install

# Start development server
npm run dev

# Visit http://localhost:3000/dashboard

Project Structure

agentverse/
β”œβ”€β”€ front-end/               # Next.js application
β”‚   β”œβ”€β”€ app/                 # Next.js pages
β”‚   β”œβ”€β”€ components/          # React components
β”‚   β”œβ”€β”€ services/            # API & business logic
β”‚   β”œβ”€β”€ types/               # TypeScript definitions
β”‚   β”œβ”€β”€ lib/                 # Utilities & mock data
β”‚   └── config/              # Configuration
β”œβ”€β”€ ARCHITECTURE.md          # System design overview
β”œβ”€β”€ IMPLEMENTATION_PLAN.md   # Detailed implementation guide
β”œβ”€β”€ API_INTEGRATION.md       # Backend integration instructions
└── IMPLEMENTATION_SUMMARY.md # What was built

Documentation

Current Status

βœ… Frontend Complete - Fully functional with mock AI πŸ”„ Backend Integration - Ready for real AI endpoints πŸ“‹ Mock Data - 6 team members, 5 sample tasks

Backend Integration

The frontend is ready to connect to your AI backend. You need to implement 4 endpoints:

  1. POST /tasks/generate-subtasks - Generate subtasks from task description
  2. POST /tasks/analyze-metrics - Analyze task metrics
  3. POST /matching/find-candidates - Match users to subtasks
  4. POST /github/create-issues - Create GitHub issues

See API_INTEGRATION.md for detailed specs.

Enable Real Backend

# .env.local
NEXT_PUBLIC_USE_REAL_AI=true
NEXT_PUBLIC_API_URL=https://your-backend.com/api

Tech Stack

  • Framework: Next.js 16 with React 19
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Radix UI
  • Charts: Recharts
  • Animations: Motion (framer-motion)

Key Features

Dashboard

  • Task statistics and metrics
  • Open and closed task views
  • Team member directory
  • Expandable subtask lists

Task Creation (5 Steps)

  1. Define Task - Title, description, priority, tags
  2. Generate Subtasks - AI-powered breakdown (with recursive decomposition)
  3. Analyze Metrics - Visualize impact, urgency, complexity with radar charts
  4. Match Team - AI finds top 3 candidates for each subtask
  5. Allocate & Deploy - Review allocations, create GitHub issues

Visualizations

  • Radar charts for metrics
  • Progress bars for tasks
  • User skill distributions
  • Animated matching process

Development

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Environment Variables

# Optional - defaults provided
NEXT_PUBLIC_USE_REAL_AI=false          # Use real AI backend
NEXT_PUBLIC_API_URL=http://localhost:3001/api  # Backend URL
NEXT_PUBLIC_USE_REAL_GITHUB=false      # Use real GitHub API
NEXT_PUBLIC_ENABLE_CHAT=true           # Enable chat sidebar
NEXT_PUBLIC_MOCK_DELAY_MS=1500         # Simulated API delay

About

1st place at UCL agentverse (AI agent hackathon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6