mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
feat: Journals joins the Agents hub — third tab (#559)
* feat(panel): Journals joins the Agents hub as its third tab * docs(map): Journals tab on the Agents hub; registry retargets --------- Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
||||
Settings,
|
||||
Bot,
|
||||
Shield,
|
||||
BookOpen,
|
||||
Briefcase,
|
||||
GitBranch,
|
||||
Database,
|
||||
@@ -89,13 +88,7 @@ export const navItems = [
|
||||
title: "Agents",
|
||||
href: "/agents",
|
||||
icon: Bot,
|
||||
tip: "Every agent's live state, spawn controls, and A2A conversations",
|
||||
},
|
||||
{
|
||||
title: "Journals",
|
||||
href: "/journals",
|
||||
icon: BookOpen,
|
||||
tip: "Per-agent reflections and learnings",
|
||||
tip: "Every agent's live state, spawn controls, A2A conversations, and journals",
|
||||
},
|
||||
{
|
||||
title: "Auditor",
|
||||
|
||||
Reference in New Issue
Block a user