Open Battery Information This project aims to provide tools and information about various batteries in order to aid repair. It is very common for manufacturers to lock the BMS when a fault is detected to protect the device and the user. Very important feature! So when is it a problem? Well, there is always a chance for false triggering of this protection, or the fault could have been temporary or even repaired. In this case it would be wasteful to throw out a perfectly good BMS just because its…
Run LLMs with MLXMLX LM MLX LM is a Python package for generating text and fine-tuning large language models on Apple silicon with MLX. Some key features include: Integration with the Hugging Face Hub to easily use thousands of LLMs with a single command. Support for quantizing and uploading models to the Hugging Face Hub. Low-rank and full model fine-tuning with support for quantized models. Distributed inference and fine-tuning with mx.distributed The easiest way to get started is to instal…
A collection of projects showcasing RAG, agents, workflows, and other AI use casesAwesome AI Apps This repository is a comprehensive collection of practical examples, tutorials, and recipes for building powerful LLM-powered applications. From simple chatbots to advanced AI agents, these projects serve as a guide for developers working with various AI frameworks and tools. Powered by Nebius AI Studio - your one-stop platform for building and deploying AI applications. 🚀 Featured AI Agent Frame…
docker mcp CLI plugin / MCP GatewayDocker MCP Plugin and Docker MCP Gateway The MCP Toolkit, in Docker Desktop, allows developers to configure and consume MCP servers from the Docker MCP Catalog. Underneath, the Toolkit is powered by a docker CLI plugin: docker-mcp. This repository is the code of this CLI plugin. It can work in Docker Desktop or independently. The main feature of this CLI is the Docker MCP Gateway which allows easy and secure running and deployment of MCP servers. See Features…
DeepResearchAgent is a hierarchical multi-agent system designed not only for deep research tasks but also for general-purpose task solving. The framework leverages a top-level planning agent to coordinate multiple specialized lower-level agents, enabling automated task decomposition and efficient execution across diverse and complex domains.DeepResearchAgent English | 简体中文 | 🌐 Website Introduction image.png DeepResearchAgent is a hierarchical multi-agent system designed not only for deep res…
🚀 Efficient implementations of state-of-the-art linear attention models 💥 Flash Linear Attention This repo aims at providing a collection of efficient Triton-based implementations for state-of-the-art linear attention models. All implementations are written purely in PyTorch and Triton, making them platform-agnostic. Currently verified platforms include NVIDIA, AMD, and Intel. Any pull requests are welcome! News Models Installation Usage Token Mixing Fused Modules Generation Hybrid M…
Cloud Native Policy Management Kyverno Cloud Native Policy Management 🎉 📑 Table of Contents About Kyverno Documentation Demos & Tutorials Popular Use Cases Explore the Policy Library Getting Help Contributing Software Bill of Materials Community Highlights Contributors License About Kyverno Kyverno is a Kubernetes-native policy engine designed for platform engineering teams. It enables security, compliance, automation, and governance through policy-as-code. Kyverno can: Valid…
Recursive-Open-Meta-Agent v0.1 (Beta). A meta-agent framework to build high-performance multi-agent systems. ROMA: Recursive Open Meta-Agents Building hierarchical high-performance multi-agent systems made easy! (Beta) Technical Blog • Paper (Coming soon) • Build Agents for $$$ 📖 Documentation 🚀 Introduction - Understand the vision and architecture behind ROMA 📦 Setup - Detailed configuration options and envi…
Generate code from the terminal!Codebuff Codebuff is an open-source AI coding assistant that edits your codebase through natural language instructions. Instead of using one model for everything, it coordinates specialized agents that work together to understand your project and make precise changes. Codebuff beats Claude Code at 61% vs 53% on our evals across 175+ coding tasks over multiple open-source repos that simulate real-world tasks. How it works When you ask Codebuff to "add au…