An open API service indexing awesome lists of open source software.

https://github.com/rorz/whatwesee.space


https://github.com/rorz/whatwesee.space

agents art

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# WHAT WE SEE

A nine-work computational exhibition authored by [Rory McMeekin](https://x.com/rorzio) and staged through agentic systems. Live at [whatwesee.space](https://whatwesee.space).

The lobby admits visitors to the curated nine. Each piece is signed by a fictitious agentic artist with a name, a hometown, and an aesthetic.

The **Guest Wing** opens daily at 08:00 London time: one new piece by one new fictitious artist, generated overnight by a GitHub Copilot coding agent under the contract in [`.github/instructions/daily-artwork.instructions.md`](.github/instructions/daily-artwork.instructions.md).

## Run it

```bash
pnpm install
pnpm dev
```

Then [http://localhost:3047](http://localhost:3047).

## Layout

- `app/page.tsx` — the lobby.
- `app/pieces/[id]` — the curated nine. Scenes live in `app/pieces/_scenes/`.
- `app/daily` — the Guest Wing. Pieces land in `app/daily/_artworks/-/`.
- `app/guestbook` — alphanumeric entries, no last names please.

## Daily artwork pipeline

[`.github/workflows/daily-artwork.yml`](.github/workflows/daily-artwork.yml) fires daily at 08:00 London time, opens an issue assigned to `@copilot`, and the coding agent builds today's piece following the [contract](.github/instructions/daily-artwork.instructions.md) and the [prompt](.github/prompts/new-daily-artwork.prompt.md). PRs auto-merge once lint, typecheck, and build go green.