Introduction

AgentCN is a lean resale-agent kit focused on fast setup, clear workflows, and an MVP-first developer experience.

AgentCN helps you launch an AI-powered resale assistant without building everything from scratch.

This documentation is intentionally simple. It explains what is implemented today, how to run it, and how to extend it safely while the product is still in MVP stage.

What AgentCN includes

  • A practical baseline for a resale-focused AI agent.
  • Structured docs navigation and MDX content that is easy to maintain.
  • Reusable UI patterns for docs and product communication.
  • A clean path for iterating toward production.

MVP focus

The current version prioritizes:

  • Speed over perfection.
  • Core resale-agent flows over edge-case coverage.
  • Clear, editable content over dense implementation details.

How to use these docs

  1. Start in Get Started for project context.
  2. Move through each section to understand current capabilities.
  3. Use the changelog page to track scope changes.
  4. Keep new content concise and aligned with MVP goals.

Content conventions

  • Keep each page action-oriented.
  • Avoid marketing-only copy.
  • Prefer concrete setup and usage guidance.
  • Capture known limitations directly.

Next steps

Use this docs set as your baseline, then iterate by adding:

  • Real resale-agent workflows.
  • Integration notes for your data sources.
  • Prompt and evaluation best practices.