DotBase
  • About Dotbase
  • Getting Started with Dotbase
  • Agents & Tools
  • Usage Guide
  • IDE Environment
  • Deployment Guide
  • Examples
    • Web Traffic Analysis Example
    • Security Audit Example
    • Code Debug Assistant
    • Data Analysis Pipeline
    • Agent Configuration
    • Tokenomics
Powered by GitBook
On this page
  • Core Components
  • Agents
  • Tools
  • Key Features
  • Architecture
  • Use Cases

About Dotbase

NextGetting Started with Dotbase

Last updated 4 months ago

Dotbase is a low-code, agent-as-a-service UI framework that revolutionizes how developers create and manage agent-based workforces. Built on Microsoft's Autogen framework, Dotbase enables visual development of sophisticated multi-agent systems through an intuitive drag-and-drop interface.

Core Components

Agents

Dotbase supports four primary agent types:

  • Nexus: A configurable ConversableAgent subclass for custom system prompts

  • Lumina: Integration with NovaMind Assistant API

  • Bridge: Interface between workforce and user feedback

  • Synergy Hub: Enables collaboration between multiple agents

Tools

  • Spark: Add Python functions and NovaMind Assistant functions

  • Support for extensible tool integration

Key Features

  • Visual Development: Drag-and-drop interface for agent creation

  • Code Export: Generate production-ready Python code

  • Real-time Testing: Debug and monitor agent interactions

  • Enterprise Security: Bank-grade security protocols

  • Custom Integration: Support for custom functions and tools

Architecture

Dotbase is built on a modern tech stack:

{
  "frontend": {
    "framework": "React 18",
    "language": "TypeScript",
    "styling": "Tailwind CSS"
  },
  "backend": {
    "framework": "FastAPI",
    "language": "Python",
    "aiFramework": "Autogen"
  }
}

Use Cases

  • Process Automation: Create automated workflows with multiple agents

  • Data Analysis: Build collaborative data processing pipelines

  • Customer Service: Design interactive support systems

  • Content Generation: Develop multi-agent content creation workflows

  • Research Assistance: Create research-oriented agent networks

Page cover image