mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
parent
23dccc6c6f
commit
56b1ce895f
2 changed files with 8 additions and 0 deletions
BIN
frontend/src/assets/suggested-apps/pi.png
Normal file
BIN
frontend/src/assets/suggested-apps/pi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -33,6 +33,7 @@ import hermesLogo from "src/assets/suggested-apps/hermes.png";
|
|||
import openclawLogo from "src/assets/suggested-apps/openclaw.png";
|
||||
import opencodeLogo from "src/assets/suggested-apps/opencode.png";
|
||||
import payperqLogo from "src/assets/suggested-apps/payperq.png";
|
||||
import piLogo from "src/assets/suggested-apps/pi.png";
|
||||
import AppHeader from "src/components/AppHeader";
|
||||
import ExternalLink from "src/components/ExternalLink";
|
||||
import Loading from "src/components/Loading";
|
||||
|
|
@ -158,6 +159,13 @@ const agents: Agent[] = [
|
|||
description: "Terminal-based AI coding assistant",
|
||||
setupUrl: "",
|
||||
},
|
||||
{
|
||||
id: "pi",
|
||||
name: "Pi",
|
||||
logo: piLogo,
|
||||
description: "Minimal terminal coding agent, great for local LLMs",
|
||||
setupUrl: "",
|
||||
},
|
||||
];
|
||||
|
||||
export function AI() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue