WorkSecond Agent

Second Agent

Coming soon

The next one.

A placeholder that exists to prove the shape of this site: an agent is one markdown file, and adding it updates the home page, the agents index, the navigation and its own page without another line being edited.

What it does

01

One file, whole site

This page, its card on the home page, its entry in the nav dropdown and its slot in the footer all come from the file you are reading.

02

Its own colour

The accent on this page is set in frontmatter, so the agents look related without looking identical.

03

Its own call to action

Insighter asks for a demo because it is deployed. This one collects interest. An agent that ships a binary would show download buttons here instead — same template, different frontmatter.

This is a placeholder

There is no second agent yet. This file is here so the set can be seen as a set while the second one is being built, and so the machinery that makes that possible is visible rather than theoretical.

When there is something real to announce, this file is replaced. Nothing else changes.

What would go here

The long-form body of an agent page is plain markdown: what the thing is, the problem it takes on, how it works, and what it deliberately refuses to do. Code blocks are highlighted at build time, so the page still ships no JavaScript:

from refazer import agent

# an agent owns a job end to end, including the parts a demo would skip
agent.run("close the books for October")

Delete this file when the real second agent arrives.

More work