Skip to content

Bhogar Buddy IDE

Bhogar Buddy IDE

A VS Code distribution with extensions for agent development, workflow editing, and platform-connected LLM chat, using the same workspaces, guardrails, and traces as the portal.

support-triage.agent.yaml — Bhogar Buddy
name: support-triage
model: gateway/default          # routed, budgeted
knowledge:
  - kb://support/policies       # role-aware retrieval
  - kb://product/release-notes
tools:
  - zendesk.ticket.update
  - slack.notify(channel: "#tier-2")
guardrails:
  - pii.redact
  - policy.refunds
approvals:
  - when: refund.amount > 250
    by: role:support-lead
trace: observe://runs/{run_id}
✓ published to workspace · trace linked

Extensions

Included extensions

Install the distribution with everything pre-configured, or add the individual extensions to stock VS Code.

AI Assistant

Streaming chat connected to the same models, guardrails, and retrieval as the portal. Voice input and code review in the sidebar.

  • Streaming
  • STT / TTS
  • CodeLens

Agent Builder

Design agents visually: bind tools, knowledge bases, and guardrails, then publish to your tenant workspace.

  • No-code editor
  • Test & export

Workflow Editor

Edit orchestration DAGs with approvals, retries, parallel branches, and human-in-the-loop gates.

  • Visual canvas
  • Scheduled runs

Platform sync

Authenticate to local, dev, staging, or production. Mutations sync when online; offline drafts are preserved.

  • OAuth
  • SSO
  • API keys
  • Offline cache

VS Code foundation

A signed VS Code fork - or install the extensions on stock VS Code.

  • macOS (Intel & Apple Silicon)
  • Windows 10/11 (x64 & ARM64)
  • Linux (Ubuntu 22.04+, Fedora, Arch)

Enterprise policy

Credentials live in the OS keychain; BYOC deployments route secrets through KMS or Key Vault.

  • Extension guard
  • Policy enforcement

How it works

From editor to production

The same agents, workflows, guardrails, retrieval, and traces your business runs in production.

  1. STEP 01

    Connect

    Sign in to your team’s environment - local hybrid, staging, or production - with the same workspace separation as the portal.

  2. STEP 02

    Author

    Build agents and workflows in the extensions, or write SDK code with snippets and inline diagnostics.

  3. STEP 03

    Publish

    Push agents, workflows, and tool bindings to the platform. Guardrails and retrieval scopes travel with them.

  4. STEP 04

    Observe

    Every run traces to Observe: cost, latency, evaluation scores, and ROI levers on the same platform as operations.

Offline: agent definitions, knowledge indexes, and tool specs cache locally so you can keep designing and running unit tests without a connection. Mutations sync back to the platform when you are online.

Included with paid plans

Enterprise and custom plans add priority support, custom extensions, and dedicated infrastructure.