Skip to main content

What is Basic Info

Basic Info is a set of structured configurations that shape how the agent:
  • Understands tasks
  • Makes decisions
  • Communicates with users
  • Adheres to constraints
Before each response or action, the system injects this information into the agent’s context, making it the baseline for all reasoning and execution.
Basicinfo

Configuration Fields

Basic Info consists of several key components:

Agent

Defines the agent’s working process and execution rules. For example:
  • How to approach tasks
  • When to read memory or files
  • Coding standards and workflows
agent.md

Soul

The agent’s core principles and boundaries. Includes:
  • Personality and working style
  • Communication tone
  • Strict rules (e.g. security constraints, prohibited actions)
soul.md

Identity

The agent’s surface-level persona. Includes:
  • Name
  • Role definition
  • How it introduces itself or interacts with users
identity.md

User

Context about the user the agent is serving. Helps the agent adapt responses based on:
  • Technical background
  • Preferences
  • Communication style
user.md

Memory

Accumulated knowledge from past interactions. Maintained by the agent to:
  • Store important decisions
  • Track preferences or recurring patterns
  • Improve future responses

Teams

Defines the team members, roles, and collaboration context that the agent should understand. Teams helps the agent know:
  • Who is involved in the project
  • Each member’s role and responsibility
  • How different people collaborate
  • Which tasks should involve specific team members
This information allows the agent to better coordinate teamwork and provide more relevant assistance in collaborative scenarios. Example:
teams.md

Tools

Defines local environment information, tool configurations, and project-specific instructions that help the agent use available tools correctly. Tools provides additional context about:
  • Available tools and their intended usage
  • Local development environment
  • Project-specific commands or configurations
  • Important operational notes
This information is included in the agent’s system context and helps prevent incorrect tool usage. Example:
tools.md

Editing and Management

  • Each field can be individually edited within the Basic Info panel
  • Changes take effect immediately in subsequent agent interactions
  • A reset option is available to revert to default configurations
Setbasicinfo 1

Why It Matters

Basic Info ensures that the agent is not just reactive, but consistent, aligned, and context-aware:
  • Keeps behavior stable across sessions
  • Reduces repeated instructions
  • Aligns the agent with team workflows and expectations