Tag
Explore by tags
Coordinates role-playing agents to automate real-world tasks — web search and browsing, code execution, document parsing, and multimodal handling. Built on the CAMEL-AI framework; scored 69.09% on the GAIA benchmark, topping open-source frameworks.
Collects the leaked and reverse-engineered system prompts, internal tool definitions, and model configs of 25+ proprietary AI coding assistants — Cursor, v0, Devin, Replit, Windsurf, Claude Code and more. Reveals what each is told to do.
Build and run configurable multi-agent LLM workflows and personal AI agents locally or with cloud LLMs; supports simple TOML-based LLM configuration, optional browser automation, a demo on Hugging Face, and companion RL tuning (OpenManus-RL) for agent training.
High-quality, efficiently verified and filtered web corpus for LLM pretraining — supplies ~1 trillion English tokens and ~120 billion Chinese tokens with English/Chinese Parquet splits. Designed for large-scale pretraining experiments and data-filtering research.
Framework-agnostic library for connecting and optimizing teams of AI agents built in LangChain, LlamaIndex, CrewAI, Semantic Kernel, or Google ADK. Profiles them down to individual tokens, traces execution, and runs built-in evaluation.
Extracts and structures data from receipts, invoices and transaction documents using configurable LLM prompts for a self-hosted accounting workflow. Offers multi-currency (including crypto) historical conversion, custom fields/prompts, batch processing and Docker-based deployment for local data control.
Provider-agnostic framework for orchestrating multi-agent LLM workflows in Python: agents that delegate via handoffs, function/MCP/hosted tools, input/output guardrails, automatic session memory, and a visual tracing UI for debugging runs.
Trains multi-step LLM agents with reinforcement learning (GRPO) on your own tasks, wrapping existing agent code behind an OpenAI-compatible client. Its RULER mode scores trajectories with an LLM judge, so there's no reward function to hand-write.
Provides 7×24 automated customer service for the Xianyu marketplace with multi-expert routing, context-aware dialogue, and a laddered bargaining system. Built in Python and designed to run against an LLM provider with browser-cookie integration for web interactions.
Transforms unstructured financial content—papers, news, blogs, and filings—into a queryable semantic knowledge graph for retrieval-augmented research. Combines domain-tuned LLMs, embedding-based search, and modular ingestion pipelines; aimed at quant research teams and institutional workflows.
Bridges LLM-driven AI assistants to the Unity Editor so models can create scenes, edit C# scripts, manage assets, run tests and automate game-dev workflows. Exposes 47 focused MCP tool entrypoints, supports many MCP clients, and is MIT-licensed for local use.
Twelve engineering principles for building production-grade LLM agents, modeled on the 12-Factor App. Argues the best agents are mostly deterministic software with a few well-placed LLM calls, not a prompt-and-tools loop.