awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/JARVIS

0
View on GitHub↗
24,854 स्टार्स·2,145 फोर्क्स·Python·MIT·12 व्यूज़

JARVIS

JARVIS is a system for large language model task orchestration, deployment management, and automation benchmarking. It utilizes a task orchestrator to decompose complex requests into actionable steps and coordinates various expert models to synthesize final responses.

The project includes an AI model deployment manager to handle the local deployment of expert models across different hardware scales. It further provides an AI workflow API consisting of web endpoints used to trigger automated task workflows and retrieve results from model selection stages.

The framework incorporates an automation benchmark and evaluation suite to measure the ability of models to automate complex tasks using standardized datasets.

Features

  • Task Planning Systems - Decomposes complex requests into actionable steps and coordinates expert model calls through an LLM-based planning system.
  • LLM Application Orchestration - Coordinates large language models to plan complex requests and synthesize responses from multiple expert models.
  • Automation Capability Benchmarks - Evaluates the capability of large language models to automate complex tasks using standardized benchmarking datasets.
  • LLM Orchestrators - Uses a large language model to plan complex requests and coordinate expert models for final response synthesis.
  • Local Model Management - Deploys and manages sets of expert models on local hardware across various scales and footprints.
  • Domain-Expert Routing - Routes specific sub-tasks to specialized machine learning models based on their domain expertise and performance metrics.
  • Multi-Model Workflow Coordinators - Coordinates large language models to sequence expert model calls and synthesize results into a final response.
  • Automation Success Metrics - Implements a benchmark suite to measure model success in automating complex machine learning tasks using standardized datasets.
  • Local Model Deployment - Manages the local deployment of flexible model instances that scale according to available hardware resources.
  • LLM Evaluation - Evaluates the ability of large language models to automate complex tasks using standardized datasets and metrics.
  • AI Workflow Serving - Creates web endpoints to trigger AI workflows and retrieve intermediate results from model selection stages.
  • Workflow API Endpoints - Provides web endpoints that expose AI pipelines as programmable services for external triggering and result retrieval.
  • Response Synthesis Pipelines - Combines intermediate outputs from various expert models into a single coherent final response through a refinement process.
  • RESTful Workflow APIs - Wraps AI planning and execution pipelines as RESTful web endpoints for external programmatic triggering.
  • Agent Tool Learning - Enhances agent capabilities with concise tool instructions.
  • In Context Learning - Solving complex AI tasks by coordinating multiple foundation models.
  • LLM Frameworks - System connecting language models with the broader machine learning community.
  • Perception Models - Solving AI tasks by coordinating multiple foundation models.
  • Reasoning And Planning - Connects language models to external AI tools for task solving.
  • Reasoning Frameworks - Solving complex AI tasks by coordinating multiple models.
  • Tool Optimization - Enhancing agents with concise tool instructions.

स्टार हिस्ट्री

microsoft/jarvis के लिए स्टार हिस्ट्री चार्टmicrosoft/jarvis के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

microsoft/jarvis क्या करता है?

JARVIS is a system for large language model task orchestration, deployment management, and automation benchmarking. It utilizes a task orchestrator to decompose complex requests into actionable steps and coordinates various expert models to synthesize final responses.

microsoft/jarvis की मुख्य विशेषताएं क्या हैं?

microsoft/jarvis की मुख्य विशेषताएं हैं: Task Planning Systems, LLM Application Orchestration, Automation Capability Benchmarks, LLM Orchestrators, Local Model Management, Domain-Expert Routing, Multi-Model Workflow Coordinators, Automation Success Metrics।

microsoft/jarvis के कुछ ओपन-सोर्स विकल्प क्या हैं?

microsoft/jarvis के ओपन-सोर्स विकल्पों में शामिल हैं: cloudwego/eino — Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and… imclumsypanda/langchain-chatglm — This project is a LangChain-based framework for building retrieval-augmented generation systems, autonomous agents,… microsoft/promptflow — Promptflow is a development framework and orchestrator for building applications powered by large language models. It… torantulino/auto-gpt — Auto-GPT is an autonomous agent framework designed for creating and deploying AI agents that use large language models… datawhalechina/llm-universe — llm-universe is a structured learning resource and technical guide focused on the development of large language model… aigc-audio/audiogpt — AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural…

JARVIS के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो JARVIS के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • imclumsypanda/langchain-chatglmimClumsyPanda का अवतार

    imClumsyPanda/langchain-ChatGLM

    38,183GitHub पर देखें↗

    This project is a LangChain-based framework for building retrieval-augmented generation systems, autonomous agents, and multimodal chatbots. It functions as an open-source orchestrator that connects local inference engines and online APIs to manage various large language model deployments. The system distinguishes itself by providing specialized interfaces for local knowledge bases, allowing the loading and vectorization of private documents to create context-aware assistants. It also supports multimodal capabilities, enabling the processing of both text and image inputs through vision-capabl

    Python
    GitHub पर देखें↗38,183
  • cloudwego/einocloudwego का अवतार

    cloudwego/eino

    9,675GitHub पर देखें↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Goaiai-applicationai-framework
    GitHub पर देखें↗9,675
  • microsoft/promptflowmicrosoft का अवतार

    microsoft/promptflow

    11,165GitHub पर देखें↗

    Promptflow is a development framework and orchestrator for building applications powered by large language models. It functions as a suite of tools for designing, orchestrating, and deploying AI workflows by linking prompts, custom Python code, and language models into executable sequences. The project is distinguished by a visual AI workflow designer that allows for the creation of directed acyclic graphs of logic nodes. It provides a dedicated prompt engineering environment for versioning and comparing templates, alongside stateful execution tracing to record function calls and variable val

    Python
    GitHub पर देखें↗11,165
  • torantulino/auto-gptTorantulino का अवतार

    Torantulino/Auto-GPT

    184,986GitHub पर देखें↗

    Auto-GPT is an autonomous agent framework designed for creating and deploying AI agents that use large language models to plan and execute complex goals independently. The system provides a comprehensive environment for managing the entire agent lifecycle, from initial design and testing to live production deployment. The project features a low-code workflow designer that allows users to define agent behaviors by connecting functional blocks in a visual interface. It includes an agent marketplace for discovering and deploying pre-configured agent templates and a standardized evaluation tool t

    Python
    GitHub पर देखें↗184,986
  • JARVIS के सभी 30 विकल्प देखें→