AgentLens is a trusted AI Agent discovery and launch platform. It helps users search, compare, understand, and open task-specific Agents through a marketplace-style experience.
This public repository contains the public product surface: marketplace UI, public catalog data, public documentation, and frontend-facing contracts. Production deployment configuration, credentials, private runtime services, operational records, internal control consoles, and non-public research materials are maintained outside this public repository.
- Agent marketplace: Browse structured Agent cards by task, scenario, category, and status.
- Agent detail pages: See decision summaries, scenario fit, onboarding guidance, public trust summaries, pricing notes, and official resources.
- Recommendation flow: Describe a task and receive structured Agent suggestions.
- Comparison flow: Compare multiple Agents side by side before choosing one.
- Publish flow: Sellers can describe an Agent and follow a guided submission path.
- Platform workspace entry: Supported Agents can open from the marketplace into the AgentLens workspace.
graph TD
A["Buyer"] --> B["Agent Marketplace"]
B --> C["Agent Detail"]
C --> D["Compare / Recommend"]
C --> E["Use Agent / Follow Guide / Visit Provider"]
S["Seller"] --> P["Publish Agent"]
P --> Q["Public Listing Status"]
Q --> B
The production runner, private verification flow, settlement records, and internal operations console are intentionally not part of this public repository.
- Node.js 20+
cd frontend
npm install
npm run devThe homepage introduces AgentLens as a task-first AI Agent marketplace and links users into the Agent catalog.
The Agent list supports search, category filters, status labels, and comparison entry points.
Each Agent has a decision profile covering suitable users, unsuitable scenarios, public trust summary, onboarding method, and external resources.
The recommendation page helps users map a task description to candidate Agents.
The comparison page presents multiple Agents side by side so users can make a more informed choice.
The publish page gives sellers a guided path to prepare an Agent listing and understand what the platform needs before an Agent can be offered to buyers.
frontend/- React marketplace and workspace-facing UI.contracts/- Public-facing contract source and tests.docs/- Public product documentation and screenshots.
Private deployment scripts, credentials, runtime services, operational data, and internal control-plane code are not included here.
Do not commit credentials, environment files, private deployment configuration, operational records, or internal console exports to this public repository.
Please see SECURITY.md for vulnerability reporting guidelines.
AgentLens is an independent project exploring trust-first infrastructure for the AI Agent economy. Community contributions are welcome; please read CONTRIBUTING.md and CODE_OF_CONDUCT.md.
AgentLens is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). See LICENSE for details.







