48 projects for "learning" with 2 filters applied:

  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    OpenClaw-RL

    OpenClaw-RL

    Train any agents simply by 'talking'

    OpenClaw-RL is an open-source reinforcement learning framework designed to train and personalize AI agents built on the OpenClaw ecosystem. The project focuses on enabling agents to improve their behavior through interactive learning rather than relying solely on static prompts or predefined skills. One of its key ideas is allowing users to train an AI agent simply by interacting with it conversationally, using natural language feedback to guide the learning process. ...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Youtu-Agent

    Youtu-Agent

    A simple yet powerful agent framework that delivers with models

    ...The framework supports automated generation of agent components, enabling the system to synthesize prompts, tool interfaces, and workflow configurations automatically. Youtu-Agent also incorporates hybrid learning strategies that combine experience accumulation with reinforcement learning to improve agent performance over time. These learning mechanisms allow agents to refine their reasoning, coding, and search capabilities as they interact with environments and tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    rLLM

    rLLM

    Democratizing Reinforcement Learning for LLMs

    rLLM is an open-source framework for building and training post-training language agents via reinforcement learning — that is, using reinforcement signals to fine-tune or adapt language models (LLMs) into customizable agents for real-world tasks. With rLLM, developers can define custom “agents” and “environments,” and then train those agents via reinforcement learning workflows, possibly surpassing what vanilla fine-tuning or supervised learning might provide. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    verl-agent

    verl-agent

    Designed for training LLM/VLM agents via RL

    verl-agent is an open-source reinforcement learning framework designed to train large language model agents and vision-language model agents for complex interactive environments. Built as an extension of the veRL reinforcement learning infrastructure, the project focuses on enabling scalable training for agents that perform multi-step reasoning and decision-making tasks. The framework supports multi-turn interactions between agents and their environments, allowing the system to receive feedback after each step and adjust its strategy accordingly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 5
    Dash Data Agent

    Dash Data Agent

    Self-learning data agent that grounds its answers in layers of content

    ...The system then executes those queries against a database and interprets the results, returning human-friendly insights not just raw rows, while learning from errors and successes to reduce repeated mistakes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CUDA Agent

    CUDA Agent

    Large-Scale Agentic RL for High-Performance CUDA Kernel Generation

    CUDA Agent is a research-driven agentic reinforcement learning system designed to automatically generate and optimize high-performance CUDA kernels for GPU workloads. The project addresses the long-standing challenge that efficient CUDA programming typically requires deep hardware expertise by training an autonomous coding agent capable of iterative improvement through execution feedback. Its architecture combines large-scale data synthesis, a skill-augmented CUDA development environment, and long-horizon reinforcement learning to build intrinsic optimization capability rather than relying on simple post-hoc tuning. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LiteMultiAgent

    LiteMultiAgent

    The Library for LLM-based multi-agent applications

    LiteMultiAgent is a lightweight and extensible multi-agent reinforcement learning (MARL) platform designed for rapid experimentation. It allows researchers to design and test coordination, competition, and collaboration scenarios in simulated environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Understand Anything

    Understand Anything

    Turn any codebase into an interactive knowledge graph

    ...It focuses on transforming complex or unfamiliar subjects into clear, step-by-step explanations that are easier to grasp. The system leverages language models to provide layered insights, allowing users to explore topics at different levels of detail. It is particularly useful for learning, research, and quick comprehension of new concepts across various domains. The project emphasizes accessibility, making advanced knowledge more approachable for a wider audience. It also supports iterative questioning, enabling users to refine their understanding through follow-up queries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PilottAI

    PilottAI

    Python framework for building scalable multi-agent systems

    pilottai is an AI-based autonomous drone navigation system utilizing reinforcement learning for real-time decision-making. It is designed for simulating and training drones to fly safely through dynamic environments using AI-based controllers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    OpenManus

    OpenManus

    Open-source AI agent framework

    OpenManus is an open-source AI agent framework designed to autonomously execute complex, multi-step tasks by combining reasoning, planning, and tool use. It enables developers to build agents that can think, act, and iterate toward goals rather than simply responding to prompts. The platform emphasizes task decomposition, allowing agents to break down objectives into smaller steps and execute them sequentially or recursively. OpenManus supports integration with external tools, APIs, and...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 11
    FinRobot

    FinRobot

    An Open-Source AI Agent Platform for Financial Analysis using LLMs

    ...It provides developers and quants with structured modules to fetch market data, process time series, generate technical indicators, and construct features appropriate for machine learning models, while also supporting backtesting and evaluation metrics to measure strategy performance. Built with modularity in mind, FinRobot allows users to plug in custom models — from classical algorithms to deep learning architectures — and orchestrate components in pipelines that can run reproducibly across experiments. The framework also tends to include automation layers for deployment, enabling trained models to operate in live or simulated environments with scheduled re-training and risk controls in place.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Hello-Agents

    Hello-Agents

    Building an Intelligent Agent from Scratch

    ...It walks users through core concepts such as ReAct-style reasoning, tool usage, memory handling, and multi-step task execution, enabling hands-on experimentation with modern LLM-powered agent systems. The repository is structured as a progressive learning path, combining theory, exercises, and runnable code so users can incrementally build more capable agents. Its goal is to demystify agent engineering and help developers move from simple prompt scripts to robust autonomous systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Agent Lightning

    Agent Lightning

    The absolute trainer to light up AI agents

    Agent Lightning is an open-source framework developed by Microsoft to train and optimize AI agents using techniques like reinforcement learning (RL), supervised fine-tuning, and automatic prompt optimization, with minimal or zero changes to existing agent code. It’s designed to be compatible with a wide range of agent architectures and frameworks — from LangChain and OpenAI Agent SDKs to AutoGen and custom Python agents — making it broadly applicable across different agent tooling ecosystems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Agent Reinforcement Trainer

    Agent Reinforcement Trainer

    Train multi-step agents for real-world tasks using GRPO

    Agent Reinforcement Trainer, or ART is an open-source reinforcement learning framework tailored to training large language model agents through experience, making them more reliable and performant on multi-turn, multi-step tasks. Instead of just manually crafting prompts or relying on supervised fine-tuning, ART uses techniques like Group Relative Policy Optimization (GRPO) to let agents learn from environmental feedback and reward signals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Auto-Commenter

    Auto-Commenter

    A Claude skill that automatically posts personalized comments

    Auto-Commenter is a Claude-oriented automation project built to help users write and post comments that sound natural and context-aware in targeted online communities. It centers on learning a user’s writing style from their real comment history, then applying that style to generate responses that feel consistent with the user rather than generic template text. The workflow emphasizes deeper post analysis so the system can respond to what is actually being discussed, instead of replying with shallow engagement bait. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Live Agent Studio

    Live Agent Studio

    Open source AI Agents hosted on the oTTomator Live Agent Studio

    ...Each agent in the collection is designed for a specific use case — such as content summarization, task automation, travel planning, or RAG workflows — and is provided with the code or configuration needed to explore and extend it on your own, making the repository both a learning resource and a practical starting point for real projects. The repository is community focused, with sample agents like tweet generators, smart selectors, research assistants, and multi-tool workflows that show how agents can integrate with tools like n8n or custom Python code. Because it’s tied to the broader Live Agent Studio ecosystem, users can experiment with deploying and using these agents in a hosted environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    xiaohongshu-ops

    xiaohongshu-ops

    Turn Openclaw into a Xiaohongshu operations assistant

    xiaohongshu-ops-skill is a curated repository focused on operational strategies, growth techniques, and content optimization practices for the Xiaohongshu platform, also known as RED, which is widely used for social commerce and influencer marketing. Unlike traditional software projects, it functions as a structured knowledge base that compiles actionable insights for content creators, marketers, and businesses aiming to grow their presence on the platform. The repository includes guides on...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Claude Subconscious

    Claude Subconscious

    Give Claude Code a subconscious

    Claude Subconscious is an experimental plugin that enhances AI coding workflows by introducing a persistent “memory layer” for Claude Code through integration with Letta’s agent framework. It operates as a background agent that continuously observes user interactions, reads project files, and processes session transcripts to build long-term contextual memory. Unlike standard AI interactions that reset between sessions, this system accumulates knowledge over time, allowing it to recall user...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    ClawTeam

    ClawTeam

    ClawTeam: Agent Swarm Intelligence (One Command → Full Automation)

    ...These agents communicate, share insights, and dynamically adapt their strategies based on real-time feedback, creating a form of collective intelligence. The framework supports a wide range of use cases, including software development, machine learning research, financial analysis, and content production. It is designed to work with various AI tools and command-line agents, making it highly flexible and extensible. ClawTeam also includes monitoring tools such as dashboards and tmux-based views to observe agent activity and progress.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    OpenSpace

    OpenSpace

    OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving

    OpenSpace is a self-evolving agent framework designed to improve the performance, efficiency, and collaboration of AI agents through continuous learning and shared knowledge. It introduces a system where agents develop reusable “skills” based on real task execution, allowing them to improve over time without retraining underlying models. The platform emphasizes collective intelligence, enabling multiple agents to share learned behaviors and benefit from each other’s experiences. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pal

    Pal

    A personal context-agent that learns how you work

    Pal is an open-source AI personal agent built within the Agno ecosystem that functions as an intelligent digital assistant designed to learn from user activity over time. The system acts as an AI-powered “second brain” capable of capturing, organizing, and retrieving personal knowledge such as notes, bookmarks, research findings, people, and meeting information. Instead of acting as a simple chatbot, Pal continuously builds a structured database of a user’s knowledge and context so it can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OpenAI Swarm

    OpenAI Swarm

    Educational framework exploring multi-agent orchestration

    ...These primitives are powerful enough to express rich dynamics between tools and networks of agents, allowing you to build scalable, real-world solutions while avoiding a steep learning curve. Approaches similar to Swarm are best suited for situations dealing with a large number of independent capabilities and instructions. Swarm runs (almost) entirely on the client and, much like the Chat Completions API, does not store state between calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AutoGen

    AutoGen

    An Open-Source Programming Framework for Agentic AI

    AutoGen is an open-source programming framework for building AI agents and facilitating cooperation among multiple agents to solve tasks. AutoGen aims to provide an easy-to-use and flexible framework for accelerating development and research on agentic AI, like PyTorch for Deep Learning. It offers features such as agents that can converse with other agents, LLM and tool use support, autonomous and human-in-the-loop workflows, and multi-agent conversation patterns. AutoGen provides multi-agent conversation framework as a high-level abstraction. With this framework, one can conveniently build LLM workflows. AutoGen offers a collection of working systems spanning a wide range of applications from various domains and complexities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OWL

    OWL

    Optimized Workforce Learning for General Multi-Agent Assistance

    Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation. OWL (Optimized Workforce Learning for General Multi-Agent Assistance in Real-World Task Automation) is an advanced framework designed to enhance multi-agent collaboration, improving task automation across various domains. By utilizing dynamic agent interactions, OWL aims to streamline and optimize complex workflows, making AI collaboration more natural, efficient, and adaptable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AgentGPT

    AgentGPT

    🤖 Assemble, configure & deploy autonomous AI Agents in your browser

    .... 🤖 AgentGPT allows you to configure and deploy Autonomous AI agents. Name your own custom AI and have it embark on any goal imaginable. It will attempt to reach the goal by thinking of tasks to do, executing them, and learning from the results 🚀. By sponsoring this free, open-source project, you not only have the opportunity to have your avatar/logo featured below, but also get the exclusive chance to chat with the founders!🗣️ 👉 Click here to support the project: https://github.com/sponsors/reworkd-admin
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB