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

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.

Vibe Remote: Mobile Bridge for Claude Code Access from Anywhere
Vibe Remote is a mobile app that provides remote access to Claude Code development environments from a phone, allowing users to maintain their local configs, Git history, and file tree without requiring Tailscale or complex VPN setups.

wearehere browser extension scans sites for tracking and privacy risks
wearehere is a browser extension that scans websites across ten categories including cookies, trackers, device fingerprinting, and dark patterns, then scores them based on privacy risks. It's under 200KB, runs locally in the browser, and also comes as an npm package for integration with AI agents via barebrowse MCP server.

NVIDIA Announces NemoClaw Agent Platform with Privacy Controls
NVIDIA has launched NemoClaw, an agent platform that lets users install Nimotron models and the Open Shell runtime with a single command while adding privacy and security controls for autonomous agents.