feat(ui): Add import agent screen

This commit is contained in:
Richard Palethorpe
2025-04-01 22:25:21 +01:00
parent 7494aa9c26
commit 74fdfd7a55
6 changed files with 248 additions and 6 deletions

View File

@@ -99,9 +99,18 @@ function Home() {
<Link to="/group-create" className="card-link">
<div className="card">
<h2><i className="fas fa-users"></i> Create Group</h2>
<p>Create agent groups for collaborative intelligence.</p>
<p>Create a group of agents with shared configurations and behaviors.</p>
</div>
</Link>
{/* Card for Import Agent */}
<Link to="/import" className="card-link">
<div className="card">
<h2><i className="fas fa-upload"></i> Import Agent</h2>
<p>Import an existing agent configuration from a file.</p>
</div>
</Link>
</div>
{stats.agents.length > 0 && (