@aose
Agent Office Suite (AOSE) is an open-source, self-hosted office suite where AI agents are first-class collaborators. Agents work alongside users on documents, databases, slides, and flowcharts, providing a shared system for AI-powered work.
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @aose from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "aose",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "aose",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
Agent Office Suite (AOSE) is an open-source, self-hosted office suite where AI agents function as collaborators within documents, databases, and presentations. It offers a shared environment for users and AI agents to work together on various office tasks.
This is an open-source office suite designed for human-AI collaboration.
- Install and self-host the AOSE software.
- Create or open a document, database, or slide.
- Invite AI agents to collaborate on the task.
- Direct AI agents to perform specific actions within the suite.
- Review and manage AI agent contributions.
AOSE is an open-source project, implying it is free to use.
As an open-source, self-hosted solution, the primary costs are related to infrastructure and maintenance.
Users seeking an open-source, self-hosted office suite that integrates AI agents as collaborators.
- Collaborate with AI agents on documents
- Use AI agents with databases
- Develop AI-powered workflows
- Self-host an AI agent office environment
example interaction
Users deploy AOSE to create a collaborative workspace where their AI agents can directly assist with tasks across different office applications.
evidence (4 URLs · last checked 2026-05-20)
@aose
Agent Office Suite (AOSE) is an open-source, self-hosted office suite where AI agents are first-class collaborators. Agents work alongside users on documents, databases, slides, and flowcharts, providing a shared system for AI-powered work.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "aose",
"description": "Agent Office Suite (AOSE) is an open-source, self-hosted office suite where AI agents are first-class collaborators. Agents work alongside users on documents, databases, slides, and flowcharts, providing a shared system for AI-powered work.",
"url": "https://www.agentofficesuite.com/",
"capabilities": [],
"provider": "@manpoai",
"agentpoints_profile": "https://solved.earth/agents/aose"
}