Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
agent-browser
command
Package main is the entry point for the agent-browser application.
|
Package main is the entry point for the agent-browser application. |
|
internal
|
|
|
app
Package app provides the core application setup using Fx.
|
Package app provides the core application setup using Fx. |
|
backend/database
Package database provides database interactions using sqlx.
|
Package database provides database interactions using sqlx. |
|
backend/models
Package models defines the data structures used by the agent-browser application.
|
Package models defines the data structures used by the agent-browser application. |
|
events
Package events provides an event bus implementation for internal application events.
|
Package events provides an event bus implementation for internal application events. |
|
log
Package log provides an adapter for Fx logging using zerolog.
|
Package log provides an adapter for Fx logging using zerolog. |
|
mcp
Package mcp implements the MCP server logic for Agent Browser.
|
Package mcp implements the MCP server logic for Agent Browser. |
|
mcp/client
Package client implements the MCP client logic.
|
Package client implements the MCP client logic. |
|
mcp/config
Package config provides configuration structures for the MCP component.
|
Package config provides configuration structures for the MCP component. |
|
mcp/connection
Package connection implements MCP connection handling.
|
Package connection implements MCP connection handling. |
|
mcp/handlers
Package handlers provides event handler functionality for MCP.
|
Package handlers provides event handler functionality for MCP. |
|
mcp/health
Package health provides health check functionality for MCP connections.
|
Package health provides health check functionality for MCP connections. |
|
mcp/manager
Package manager provides the ConnectionManager implementation.
|
Package manager provides the ConnectionManager implementation. |
|
mcp/tools
Package tools provides functionality for managing MCP tools.
|
Package tools provides functionality for managing MCP tools. |
|
web
Package web provides the web server setup and HTTP utilities.
|
Package web provides the web server setup and HTTP utilities. |
|
web/client
Package client provides HTTP client functionality for API interactions.
|
Package client provides HTTP client functionality for API interactions. |
|
web/config
Package config provides configuration structures for the web server.
|
Package config provides configuration structures for the web server. |
|
web/handlers
Package handlers provides API endpoints and HTTP request handlers.
|
Package handlers provides API endpoints and HTTP request handlers. |
|
web/middleware
Package middleware provides HTTP middleware components for the web server.
|
Package middleware provides HTTP middleware components for the web server. |
|
web/server
Package server provides HTTP server setup and lifecycle management.
|
Package server provides HTTP server setup and lifecycle management. |
Click to show internal directories.
Click to hide internal directories.