AgenC × three.ws — embodied agent demo live · solana devnet

Paste an AgenC task PDA. The avatar below is bound to the task's on-chain state via the <three-ws-agent> web component, which polls /api/agenc/get-task and recolors the scene as the task moves through OpenClaimedCompleted. The colored radial halo around the avatar is the embodiment cue; if the avatar GLB contains animation clips, the optional agenc-clips attribute switches clips per state. Each state change is a real Solana transaction on the AgenC devnet program 6UcJzbT…2ab. agenc.tech

Task

On-chain state

state
workers
reward
creator
deadline
explorer

Lifecycle

no events yet

Embed this

<script type="module" src="https://three.ws/agenc/embed.js"></script>
<three-ws-agent
  src="/avatars/default.glb"
  agenc-task="<TASK_PDA>"
  agenc-cluster="devnet"
  agenc-clips='{"Claimed":"working","Completed":"cheer"}'
  show-overlay>
</three-ws-agent>