chat
Interact with the Universal Adapter agent to execute tasks using file operations, web scraping, tool generation, and semantic marketplace search.
Instructions
Chat with the Universal Adapter agent.
The agent has access to all marketplace tools including:
File operations (read, write, list)
Web scraping (firecrawl search, scrape, crawl)
Tool generation (generate new tools from API docs)
Tool search (semantic search of marketplace)
All dynamically generated tools (crypto prices, APIs, etc.)
Args: message: Your question or command conversation_id: Optional conversation ID for multi-turn chat model: LLM model to use (default: claude-haiku-4.5) max_iterations: Maximum agent iterations (default: 25)
Returns: dict: Response with agent output, conversation_id, usage stats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | anthropic/claude-haiku-4.5 | |
| message | Yes | ||
| max_iterations | No | ||
| conversation_id | No |