{"id":31908308,"url":"https://github.com/vishapp/gemmate","last_synced_at":"2025-10-13T15:26:56.521Z","repository":{"id":313334435,"uuid":"1031980340","full_name":"VishApp/gemmate","owner":"VishApp","description":"AI crew orchestration platform for creating and managing teams of specialized AI agents with web search, file analysis, and voice capabilities","archived":false,"fork":false,"pushed_at":"2025-08-04T21:26:01.000Z","size":3167,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-05T11:58:43.871Z","etag":null,"topics":["agent-management","ai","ai-agents","ai-agents-framework","ai-assistant","ai-tools","automation","gemini","google","google-gemini","googleaistudio","multi-agent","multi-agent-system","no-code","productivity","react","studio","typescript","voice-recording","web-search"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VishApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-04T16:08:59.000Z","updated_at":"2025-08-05T05:02:52.000Z","dependencies_parsed_at":"2025-09-05T11:58:45.635Z","dependency_job_id":"0bfa084e-5ebb-4c19-9ee3-55bdafa058cc","html_url":"https://github.com/VishApp/gemmate","commit_stats":null,"previous_names":["vishapp/gemmate"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/VishApp/gemmate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishApp%2Fgemmate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishApp%2Fgemmate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishApp%2Fgemmate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishApp%2Fgemmate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VishApp","download_url":"https://codeload.github.com/VishApp/gemmate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VishApp%2Fgemmate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015918,"owners_count":26085778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-management","ai","ai-agents","ai-agents-framework","ai-assistant","ai-tools","automation","gemini","google","google-gemini","googleaistudio","multi-agent","multi-agent-system","no-code","productivity","react","studio","typescript","voice-recording","web-search"],"created_at":"2025-10-13T15:26:51.118Z","updated_at":"2025-10-13T15:26:56.514Z","avatar_url":"https://github.com/VishApp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GemMate AI Crew Orchestrator\n\nGemMate is a powerful AI crew orchestration platform that allows you to create, configure, and manage teams of specialized AI agents. Build your own group of AI assistants with unique capabilities including web search, file analysis, and voice recording.\n\n## 🎬 Demo Video\n\n[![GemMate Demo](docs/gif/creating_agent.gif)](https://youtu.be/q53g5jte5_0)\n\n*Click to watch a full demonstration of GemMate's features including agent creation, configuration, and capabilities.*\n\n## ✨ Key Features\n\n- **Easy Agent Creation**: Create specialized AI agents with natural language descriptions\n- **Web Search Capabilities**: Agents can search the internet for real-time information\n- **File Attachments**: Upload and analyze documents, images, and code files\n- **Voice Recording**: Record voice messages and have agents process audio content\n- **Agent Editing**: Modify agent roles, goals, and capabilities on the fly\n- **Modern UI**: Clean, intuitive interface with light and dark mode support\n- **Import/Export**: Save and share your agent configurations\n\n## 🚀 Quick Start\n\n### Option 1: Global Installation (Recommended)\n\n```bash\nnpm install -g @gemmate/ai-crew-orchestrator\ngemmate\n```\n\nThat's it! The app will start and open at `http://localhost:3000`\n\n### Option 2: Local Installation\n\n```bash\nnpm install @gemmate/ai-crew-orchestrator\nnpx gemmate\n```\n\n### Option 3: Development Setup\n\n```bash\ngit clone https://github.com/VishApp/gemmate\ncd gemmate\nnpm install\nnpm run dev\n```\n\n## 🔧 Setup\n\n1. **Get your Gemini API Key**\n   - Visit [Google AI Studio](https://aistudio.google.com/app/apikey)\n   - Click \"Create API key\" to generate your key\n\n2. **Configure the Application**\n   - Open the application in your browser\n   - Click the settings icon to open the configuration modal\n   - Paste your Gemini API key\n   - Test the connection and save\n\n3. **Start Creating Agents**\n   - Use the prompt input to describe your first agent\n   - Configure additional settings as needed\n   - Begin using your AI agents!\n\n## 🛠️ Technologies Used\n\n- **React 19** - Modern UI framework\n- **TypeScript** - Type-safe development\n- **Vite** - Fast build tool and development server\n- **Google Gemini AI** - Advanced language model integration\n- **Modern Web APIs** - File handling, audio recording, and more\n\n## 🎯 Use Cases\n\n- **Content Creation**: Marketing specialists, writers, and editors for different content types\n- **Research**: Analysts gathering and synthesizing information from multiple sources\n- **Development Support**: Code reviewers, documentation writers, and testing specialists\n- **Customer Service**: Specialized support agents with different knowledge bases\n- **Educational Assistance**: Subject matter experts for different academic areas\n\n## 📱 Getting Started\n\nOnce installed and configured with your API key, you can immediately start creating agents. Simply describe what kind of assistant you need, and GemMate will generate a specialized agent with appropriate tools and capabilities. Your agents can search the web, analyze files, and help you accomplish various tasks.\n\nNo technical knowledge required - just describe what you need and let your AI agents handle the rest!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishapp%2Fgemmate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishapp%2Fgemmate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishapp%2Fgemmate/lists"}