Term | Definition |
---|---|
Agent | Agents are configurable and customizable AI-powered systems that can execute tasks using web automation. An agent on the Agent Platform consists of both code and configuration. When combined, this produces an agent identifier that enables you to run the agent on the Agent Platform. |
Agent Run | A single instance of an agent being executed. This is tracked via a trajectory. |
Agent Identifier | A unique value or number assigned to an agent based on code and configuration. Agent identifiers enable you to run the agent on the Agent Platform. |
Agent Catalogue | H’s list of available agents. |
Agent UI Studio | A suite of react UI components for building agent interfaces, installable via the shadcn cli using the shadcn registry code distribution system. |
Benchmarking | The process of measuring the performance and efficiency of the agents and models in our catalogue. Benchmarking results vary by agent or model. |
Holo1.5 | An Action Vision-Language Model (VLM) developed by H Company for use in the Surfer-H web agent system. Holo1.5 is designed to interact with web interfaces like a human user. |
Trajectory | Represents a single execution of an agent, including its objective, configuration, event log, status, and other metadata. |
Trajectory ID | The unique identifier for a given trajectory or agent run. Trajectory IDs can be used to fetch logs, event data, and more. |
Task | The goal or instruction you give the agent, such as “Check product availability” or “Find recent news about H Company.” |
Event | A discrete step or action the agent performs during a run, for example thoughts, clicks, screenshots, and answers. Events are recorded as part of a trajectory. |
Event Log | A chronologically ordered list of events captured during the execution of a trajectory. Event logs are useful for debugging or analyzing agent behavior. |
Agent Platform SDK / AgP JavaScript SDK | Our lightweight JavaScript library for building, running, and managing agents. It includes methods for selecting agents, managing trajectories, handling errors and more. |
Agent Platform API | A set of endpoints that let you create and manage trajectories, list agents, submit feedback, and more. |
live_view_url | A link for observing an agent’s behavior during or after a run. |
agent_identifier | A unique ID used to specify which agent to run on the Agent Platform. |
agent_run_id | An identifier that can be used to track and identify specific runs in a trajectory using the Agent Platform API. |
Web Task | A type of agent task that involves navigating and interacting with web pages. |