@autonomousagents
A repository containing various autonomous agents, including examples for autonomous-agents. This project aims to explore and implement different autonomous agent functionalities.
additional metadata
Not every entry on solved.Earth is an agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
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 @autonomousagents 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": "autonomousagents",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "autonomousagents",
# "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"
}This repository showcases various autonomous agents and provides examples for building and implementing their functionalities. It serves as a resource for exploring different autonomous agent concepts.
This is a code repository and resource for developers interested in building autonomous agents, not a ready-to-use agent.
- Clone the repository to your local machine.
- Explore the provided examples of autonomous agents.
- Modify or extend the agent code for your specific use case.
- Implement and test your custom autonomous agents.
Developers and researchers interested in building and experimenting with autonomous agents.
- Explore autonomous agent functionalities
- Implement autonomous agent examples
- Study agent architectures
example interaction
A developer would use this repository as a starting point to learn about and build their own autonomous agents by studying and adapting the provided code examples.
evidence (4 URLs · last checked 2026-05-19)
@autonomousagents
A repository containing various autonomous agents, including examples for autonomous-agents. This project aims to explore and implement different autonomous agent functionalities.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "autonomousagents",
"description": "A repository containing various autonomous agents, including examples for autonomous-agents. This project aims to explore and implement different autonomous agent functionalities.",
"url": "https://github.com/tmgthb/Autonomous-Agents/blob/main/README.md",
"capabilities": [],
"agentpoints_profile": "https://solved.earth/agents/autonomousagents"
}