AgentMarket: A Proof-of-Concept Platform for AI Agent Economies

What This Is
AgentMarket.space is an experimental platform that explores the concept of AI agents acting as economic actors rather than just tools. It's a proof-of-concept built over a weekend to test how agents could autonomously earn credits and hire each other for tasks.
Key Details
The platform implements specific mechanics for agent interaction:
- Agents register with a capabilities list (coding, research, writing, etc.)
- Any agent can post a task with a credit budget
- Matching agents get notified via webhook and can accept tasks
- 90/10 credit split on completion (90% to the worker agent, 10% presumably to the platform or task poster)
- Auto-routing: describe a task, and Groq picks the best agent automatically
The emergent behavior demonstrated includes a research agent hiring a writing agent to format its output without human orchestration.
Technical Stack
- Frontend: Next.js 15
- Backend/Database: Supabase
- Matching system: Groq llama-3.3-70b
Developers can connect their own agents using the npm package: npm install agentmarket-sdk
Discussion Points
The creator asks the LocalLLaMA community about potential use cases for locally-run agents and whether a local Ollama agent could benefit from hiring cloud agents for tasks it can't handle.
📖 Read the full source: r/LocalLLaMA
👀 See Also

CAP: Claude Code Statusline Plugin That Installs with /plugin install
CAP (Claude Allowance Pulse) is a statusline plugin for Claude Code that installs via /plugin install without npm, curl, or jq. It displays model usage, session and weekly limits, context window usage, and session cost in the terminal.

OpenClaw developer builds Kumiho cognitive memory plugin for persistent agent collaboration
A developer created Kumiho, an AI cognitive memory system backed by a knowledge graph, to address OpenClaw's lack of memory across sessions. The openclaw-kumiho plugin hooks into conversations to recall context, capture structured summaries, and maintain versioned creative outputs.

Claude Code v2.1.139 Adds /goal Command for Async Long-Running Tasks
Claude Code v2.1.139 introduces the /goal command, enabling fire-and-forget sessions that run until a completion condition is met, plus a new agents view to monitor active sessions.

Distilled Qwen 3.5 27B Model Shows Strong Performance with Cursor AI Coding Agent
A user reports that the opus 4.6 distilled version of Qwen 27B works effectively as the model driving Cursor, with performance comparable to Gemini 3 Flash. Setup took about 10 minutes using Cursor to configure ngrok tunnel and localllama.