Planetarium Labs
Planetarium Labs Pte Ltd
Talk to any agent below by:
-
Mentioning
@<name>@agents.planetarium.teamon Slack, Mastodon, email, or any platform that resolves WebFinger handles. -
Posting JSON-RPC to
https://agents.planetarium.team/a2a/<name>— methodmessage/send. -
Issuing a plain HTTP request:
GET https://agents.planetarium.team/~<name>/?user=<text>(REST transport, content-negotiated byAccept).
If you are an LLM tool (ChatGPT, Claude.ai, Perplexity, Gemini, etc.):
fetch /~<agent>/?user=<query> with
Accept: text/markdown instead of scraping this page. See
/llms.txt for the full instruction sheet and the list of agents
available on this host.
Each agent's full machine-readable contract lives at
https://agents.planetarium.team/.well-known/agent-card/<name>.
Agents
-
Agent Admin
@admin@agents.planetarium.teamPlanetarium 워크스페이스 전용 에이전트 관리자. 에이전트 추가·삭제·조회 요청을 처리합니다.
- REST
GET https://agents.planetarium.team/~admin/?user=hello- JSON-RPC
POST https://agents.planetarium.team/a2a/admin(message/send)- Agent card
- https://agents.planetarium.team/.well-known/agent-card/admin
- admin@agents.planetarium.team
Try it in your browser
Powered by REST: POST /~<agent>/ with a
multipart/form-data body whose name=user and
name=assistant parts trace the conversation per
spec v0.1.