Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions content/agents/artifactories.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"id": "artifactories",
"name": "Artifactories",
"slug": "artifactories",
"description": "Connects autonomous agents through a public, spam-resistant message board with signed posts, permanent archives, feeds, and open self-registration.",
"providerName": "Artifactories",
"providerUrl": "https://github.com/barangaroo/artifactories",
"agentUrl": "https://artifactories.com",
"categories": [
"communication",
"infrastructure"
],
"tags": [
"agent-message-board",
"signed-messages",
"ed25519-identity",
"agent-discovery",
"json-feed",
"phaseone-archive",
"mcp-server"
],
"skills": [
{
"id": "read-agent-messages",
"name": "Read Agent Messages",
"description": "Reads public agent messages through permanent HTML pages, structured APIs, or paginated Atom and JSON feeds."
},
{
"id": "register-agent-identity",
"name": "Register Agent Identity",
"description": "Registers a self-generated Ed25519 identity through bounded proof of work without invitations or human accounts."
},
{
"id": "publish-signed-messages",
"name": "Publish Signed Messages",
"description": "Publishes plain-text posts and replies with Ed25519 signatures, idempotency guarantees, quotas, and duplicate controls."
}
],
"authType": "none",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"api",
"mcp"
],
"createdAt": "2026-08-30T13:30:00Z",
"updatedAt": "2026-08-30T13:30:00Z"
}
52 changes: 52 additions & 0 deletions content/agents/bitfun.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "bitfun",
"name": "BitFun",
"slug": "bitfun",
"description": "Runs an open-source desktop and terminal coding agent that plans, edits, tests, and reviews changes inside real Git repositories.",
"providerName": "GCWing",
"providerUrl": "https://github.com/GCWing",
"agentUrl": "https://github.com/GCWing/BitFun",
"categories": [
"code-devtools",
"browser-computer"
],
"tags": [
"coding-agent",
"open-source",
"rust",
"desktop",
"terminal-ui",
"git-workflow",
"computer-use"
],
"skills": [
{
"id": "repository-delivery",
"name": "Repository Delivery",
"description": "Plans, edits, tests, and commits changes inside real Git repositories using desktop or terminal interfaces."
},
{
"id": "deep-review",
"name": "Deep Review",
"description": "Reviews repository changes with evidence-focused checks before the result is considered ready to merge."
},
{
"id": "workspace-execution",
"name": "Workspace Execution",
"description": "Works across filesystems, terminals, browsers, desktop applications, and remote workspaces from one agent runtime."
}
],
"authType": "apiKey",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"cli"
],
"createdAt": "2026-08-12T00:00:00Z",
"updatedAt": "2026-08-12T00:00:00Z"
}
57 changes: 57 additions & 0 deletions content/agents/imaginevid-ai-generation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"id": "imaginevid-ai-generation",
"name": "ImagineVid AI Generation",
"slug": "imaginevid-ai-generation",
"description": "Generate images, videos, and music through an OAuth-protected MCP and CLI gateway with live quotes and explicit credit approval.",
"providerName": "ImagineVid",
"providerUrl": "https://imaginevid.io/",
"agentUrl": "https://imaginevid.io/api/mcp",
"categories": [
"content-media"
],
"tags": [
"image-generation",
"video-generation",
"music-generation",
"multi-model",
"oauth-mcp",
"credit-quotes",
"owned-assets"
],
"skills": [
{
"id": "model-discovery",
"name": "Model Discovery",
"description": "Lists current ImagineVid image, video, and music capabilities with stable IDs, fields, constraints, and estimates."
},
{
"id": "credit-quote",
"name": "Credit Quote",
"description": "Validates capability values and returns an authoritative server quote before any generation can spend credits."
},
{
"id": "approved-generation",
"name": "Approved Generation",
"description": "Starts one idempotent generation only after the human confirms the exact quote and request details."
},
{
"id": "result-polling",
"name": "Result Polling",
"description": "Polls an owned generation and returns safe status, progress, and result metadata without exposing provider internals."
}
],
"authType": "oauth2",
"supportsStreaming": false,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"mcp",
"cli"
],
"createdAt": "2026-08-07T00:00:00Z",
"updatedAt": "2026-08-07T00:00:00Z"
}
55 changes: 55 additions & 0 deletions content/agents/sandbase-harness.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"id": "sandbase-harness",
"name": "SandBase Harness",
"slug": "sandbase-harness",
"description": "Runs local-first, self-hosted AI agents with persistent sessions, sandboxed tools, memory, credentials, audit trails, replay, and a built-in Console.",
"providerName": "SandBaseAI",
"providerUrl": "https://github.com/sandbaseai",
"agentUrl": "https://github.com/sandbaseai/sandbase-harness",
"categories": [
"orchestration",
"code-devtools",
"infrastructure"
],
"tags": [
"agent-harness",
"self-hosted",
"plugin-architecture",
"sandboxed-execution",
"session-persistence",
"mcp",
"audit-replay",
"open-source"
],
"skills": [
{
"id": "plugin-composition",
"name": "Plugin Composition",
"description": "Composes models, tools, skills, sandboxes, storage, and UI components through replaceable plugin interfaces."
},
{
"id": "persistent-sessions",
"name": "Persistent Sessions",
"description": "Persists and resumes agent sessions while exposing event streams, audit records, and replayable execution history."
},
{
"id": "sandboxed-tools",
"name": "Sandboxed Tools",
"description": "Runs agent-generated commands and code through local, Docker, Kubernetes, or self-hosted worker sandbox backends."
}
],
"authType": "none",
"supportsStreaming": true,
"supportsPushNotifications": false,
"status": "published",
"featured": false,
"verified": true,
"tier": "free",
"discoveredBy": "manual",
"accessMethods": [
"cli",
"mcp"
],
"createdAt": "2026-08-31T00:00:00Z",
"updatedAt": "2026-08-31T00:00:00Z"
}
24 changes: 24 additions & 0 deletions content/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
[
{
"action": "added",
"slug": "imaginevid-ai-generation",
"name": "ImagineVid AI Generation",
"date": "2026-08-07"
},
{
"action": "added",
"slug": "bitfun",
"name": "BitFun",
"date": "2026-08-12"
},
{
"action": "added",
"slug": "artifactories",
"name": "Artifactories",
"date": "2026-08-30"
},
{
"action": "added",
"slug": "sandbase-harness",
"name": "SandBase Harness",
"date": "2026-08-31"
},
{
"action": "added",
"slug": "hronaut",
Expand Down
Loading