Tools

Discover and integrate powerful tools to enhance your simulations and workflows.

Recipes
Interface Abstraction
Human-readable files that map UI elements to stable names, making simulations robust against front-end changes.
Blueprint
Interface Abstraction
Two-way translator between agent and browser, parsing HTML and translating high-level actions into browser commands.
Browser Automation
Interface Abstraction
Robust browser automation using Playwright for interacting with live web interfaces.
UI State Parser
Interface Abstraction
Interprets current UI state into stable, structured representation for agent consumption.
Perplexity
Interface Abstraction
Perplexity.AI
ArXiv
Interface Abstraction
ArXiv, https://arxiv.org.
Wikipedia
Interface Abstraction
Wikipedia is a free online encyclopedia, created and edited by volunteers around the world.
Google
Interface Abstraction
Classic web search interface with SERP layout, search suggestions, and comprehensive result listings.
Amazon
Interface Abstraction
E-commerce platform interface for product search, filtering, reviews, and purchase simulation.
ChatGPT
Interface Abstraction
Conversational AI interface with message-based interaction, context preservation, and multi-turn dialogue.
Query Generation
Simulators
Creates new search queries based on task descriptions or words found in previously seen documents.
Relevance Decision
Simulators
Decides which search results to click on based on their rank and snippet text.
Stopping Decision
Simulators
Decides when to end the search session based on simple rules, like number of relevant documents found.
Session Management
Simulators
Manages search sessions, tracking interactions and maintaining session state throughout the simulation.
LLM Query Generator
Simulators
Advanced query generation using large language models for natural language understanding and contextual query expansion.
Adaptive Stopping Decision
Simulators
Dynamic stopping criteria that adapts based on search progress, user satisfaction, and information gain metrics.
Perceive Function
Cognitive Agent
Interprets the UI state using Recipes to understand the current interface configuration.
Plan Function
Cognitive Agent
Creates high-level strategies for achieving search goals and managing information needs.
Act Function
Cognitive Agent
Performs specific actions like clicking, typing, or navigating based on current plans.
Reflect Function
Cognitive Agent
Reviews past actions and improves strategy based on outcomes and learning.
Wonder Function
Cognitive Agent
Generates new questions, sub-goals, and exploratory directions during search.
Research Assistant Agent
Cognitive Agent
Specialized agent for academic research tasks with advanced literature analysis and synthesis capabilities.
Shopping Assistant Agent
Cognitive Agent
E-commerce focused agent that helps with product discovery, comparison, and purchase decision support.
Oris-S (Rule-based)
Orchestration policies
Straightforward policy operating on hand-crafted IF-THEN rules and numerical thresholds.
Oris-ML (Supervised)
Orchestration policies
Uses LightGBM classifier to decide which action component to use based on learned user behavior patterns.
Oris-A (Cognitive Architecture)
Orchestration policies
Advanced LLM-based policy that reasons about situations and provides structured responses with explicit thoughts.
State Evaluator
Orchestration policies
Evaluates current simulation state including user persona, information needs, and interaction history.
Academic Research Policy
Orchestration policies
Specialized orchestration policy for academic research workflows with emphasis on systematic exploration and validation.
E-commerce Policy
Orchestration policies
Shopping-focused orchestration policy that balances exploration, comparison, and decision-making for purchase tasks.
Content Discovery Policy
Orchestration policies
News and content consumption policy that balances breadth, depth, and credibility in information gathering.
LLM Description Persona
Simulators
Natural language description-based personas that capture user behavior patterns, preferences, and search strategies through conversational AI.
JSON Structure Persona
Simulators
Structured JSON-based personas with demographic data, job information, background, and detailed behavioral parameters for precise simulation control.
Rule-Based Persona
Simulators
Algorithmic personas with quantified behavioral rules like frustration levels, patience thresholds, and decision-making parameters for predictable simulation outcomes.
Hybrid Persona Manager
Simulators
Advanced persona management system that combines LLM, JSON, and rule-based approaches for comprehensive user behavior simulation with adaptive intelligence.