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

đŁď¸ 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:
- Define: Precisely describe the current task
- Execute: Invoke the right tool or return the final output
- 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.