| Agent Delegation (Legacy) | Allows an AI Agent to delegate to another AI Agent. |
| AI Agent (v1) (Legacy) | Predicts text using a Language Model |
| Custom Node (Legacy) | Write a custom tool using Typescript that can be used in an agent. |
| Dynamic Memory (Legacy) | Attach this node to an Agent or LLM to keep track of the conversation history. |
| Resource Manager (Legacy) | Allows an agent to progressively discover and execute resources and MCP. |
| Resource Manager MCP (Legacy) | Model Context Protocol for resource management operations (v2) |
| Search Index Tool (Legacy) | Query a vector index as a agent tool |
| Search Web (Legacy) | A search engine. Useful for when you need to answer questions about current events. Input should be a search query. |
| Workspace Memory (Legacy) | File-based memory for Workspaces that writes messages directly to the workspace container. Files are instantly available to the agent and synced to GCS in the background. Pending writes are stored in session state for durability. |