What's New in the SimplAI Platform- SimplAI Feature Updates (June)

SimplAI June Release:

🗣️ SimplAI Assistant: Your 24/7 AI Co-Pilot

  • One-Click Access– Home: Tap the chat icon in the prompt bar– Anywhere: Click the floating bubble in the lower-right corner
  • Plain-English Commands“List my agents,” “Create a new KB,” “Transform this JSON,” “Draft a spec”—and get instant, actionable results without hunting through menus.
  • Action-Ready WorkflowsCreate, modify, or inspect agents, tools, datasets, and more—directly from chat, with full context included for zero friction.

🤖 Agent Planning & Execution Framework

  • Scratchpad PlanningA live, mutable working memory where agents draft a high-level plan before executing—capturing the overall objective and a numbered list of sub-goals, all visible to you.

  • Sub-Goal DecompositionComplex requests are automatically broken into discrete, actionable steps, ensuring clarity and reducing “hallucination” by guiding reasoning through explicit tasks.

  • Step-Wise ControllerEach sub-goal runs through a structured loop:
  1. Define: Precisely describe the current task
  2. Execute: Invoke the right tool or return the final output
  3. Eval: Compare results against the goal and plan corrections if needed
  • Adaptive Re-PlanningIf a step’s output doesn’t meet the objective, agents adjust their plan within the scratchpad—refining queries or parameters until success.

📁 Artifacts

  • Beautiful Document GenerationProduce richly formatted Markdown or HTML documents—specs, reports, or blog drafts—with headings, tables, images, and custom styling.
  • Code File Creation & EditingGenerate ready-to-run Python, JavaScript, or other language files. Insert functions, classes, or full modules based on your prompts.
  • Section-Targeted RewritesNeed to tweak a paragraph, refactor a function, or adjust styling? Ask the agent to rewrite just that section—no full-file regeneration required.
  • Interactive Canvas InterfaceView and edit artifacts inline with live previews (rendered Markdown/HTML or syntax-highlighted code). Collapse or expand sections and add comments with ease.
  • Versioned ExportsDownload artifacts as .md, .html, .py, .js, or .pdf. Track versions, compare diffs, and roll back changes as needed.

🌍 Browser Use

  • Natural-Language AutomationEnable Browser Use in agent settings to let agents “log in to example.com, navigate to Reports → Monthly, and scrape the sales table”—handling clicks, form fills, waits, and navigation seamlessly.
  • Dynamic Content ExtractionExtract text, HTML snippets, tables, images, or JSON from any page element using CSS selectors or XPath—even on Single-Page Applications with asynchronous loads.
  • Interactive ActionsClick buttons, select dropdowns, type into fields, scroll pages, hover elements, and more—all via plain-English instructions, maintaining authentication flows and session state.
  • Debugging & SnapshotsCapture full-page or element screenshots, DOM snapshots, and console logs as part of the agent trace for transparent troubleshooting.
  • Scheduled Monitoring & ResearchRun recurring browsing tasks for price tracking, content monitoring, or market research—agents can notify you when key data changes.

🧠 LLM Response Format – JSON Schema Builder

Define exact, predictable JSON schemas for your LLM outputs—ideal for validation, automated post-processing, and downstream workflows.


📞 Outbound Calling Tool

https://www.youtube.com/shorts/Eml6et0r84c?app=desktop

Add voice-calling steps to your AI workflows with our pre-built tool. No SDK or telephony setup—just drag, drop, and dial.


🔗 Google Connectors (Docs, Sheets, Drive)

Seamlessly fetch, transform, and ingest data from your Google Workspace into your Knowledgebase via simple, no-code pipelines.


🌐 Browsing Tool Step

Empower tools with headless web browsing using the Browser Use Step: supply a URL and natural-language instructions, and it will navigate, interact, and scrape content for you.


📊 Ingestion Transparency & Performance

  • Ingestion Details in KnowledgebaseView rich metadata for every ingestion: parsing algorithm, chunking strategy, and total chunks generated.
  • Fast & Scalable IngestionLeverage parallel batch processing for dramatically improved throughput on large documents.
  • Parser Update – LVM Parsing (API Key Optional)Automatically detect and use connected LVM models—no manual API keys needed.
  • Max Tool Runs LimitPrevent runaway processes by capping how many times an agent can invoke a given tool per request.