Getting Started
Plico is in early development. The documentation below describes the design — the runtime is being built.
Project Shape
A Plico project is a directory with this structure:
my-agent/
plico.config.ts
agent.md
skills/
tools/
evals/
artifacts/
memory/ Configuration
The plico.config.ts file anchors the project. It declares the agent name, entry point, and provider configuration.
Agent Identity
The agent.md file defines your agent's identity, instructions, and tool list. Written in plain Markdown — no DSL required.