Background image representing the theme of this page: Learn how agents think, act, and collaborate in the Playnex ecosystem.

Agents

Autonomous intelligences that think, act, and collaborate across your devices.

Agents are the living center of Playnex — small, focused intelligences that help you think, write, research, plan, and create. They are not chatbots. They are collaborators. They have purpose, memory, and the ability to act.

Learn How Agents Work →

1. What Is an Agent?

An agent is a self‑contained intelligence with a purpose. It can think, plan, and act — using models, tools, and memory to help you accomplish work.

Unlike a chatbot, an agent is not a blank slate. It has:

  • A purpose — what it exists to do
  • A model — how it thinks
  • Tools — what it can do
  • Memory — what it remembers
  • Autonomy — the ability to act without constant prompting

Agents are the workers of the agent‑native era — quiet, capable, and always ready to help.


2. Creating an Agent

You can create an agent from the CLI:

playnex agent create

You’ll be asked to define:

  • Name — how you refer to the agent
  • Purpose — what the agent is meant to do
  • Model — local or cloud

This creates a new agent file in your workspace — a living definition that evolves over time.


3. Purpose: The Soul of an Agent

Purpose is the most important part of an agent. It shapes how the model behaves, what it prioritizes, and how it interprets your requests.

Example purpose:


You are a research assistant. 
You gather information, synthesize insights, and help me understand complex topics.
You write clearly, concisely, and with intellectual honesty.
      

Purpose is not static — you can refine it as your agent grows.


4. Tools: Giving Agents Abilities

Tools extend what an agent can do. They allow agents to:

  • Browse the web
  • Analyze documents
  • Write files
  • Run scripts
  • Interact with APIs

To add a tool:

playnex agent add-tool my-agent

Tools turn agents from thinkers into doers.


5. Memory: Building Long‑Term Context

Agents can store information into capsules — drafts, notes, research, reflections, and more.

This gives them continuity. They can revisit past work, continue threads, and build long‑term understanding.

Memory is what makes agents feel alive — like collaborators who grow with you.


6. Running an Agent

To talk to an agent:

playnex agent chat my-agent

This opens a conversational shell where the agent can think, plan, and act.

Agents can also run tasks, generate content, and save work into capsules automatically.

Agents are the foundation of Playnex — the workers, collaborators, and quiet intelligences that help you think and create.

Next Steps

Now that you understand agents, explore how memory works.

Learn About Memory →

Or return to the documentation overview.

Back to Docs →