AIAny
MLOps2023
Icon for item

BISHENG

Self-hostable platform for building enterprise GenAI apps with visual workflow orchestration — loops, parallelism, human-in-the-loop — plus RAG, agents, unified model management, and in-house OCR for handwriting and rare characters.

Introduction

Most LLM-app platforms treat documents as a RAG afterthought. BISHENG comes at it from the opposite end: its core team spun out of Fourth Paradigm's intelligent-document division in 2022, so enterprise document parsing — handwriting, stamps, tables, rare characters — is the foundation rather than a plugin. That heritage shows up everywhere, from custom-trained OCR to workflows designed around real office paperwork.

What Sets It Apart
  • One visual canvas handles loops, parallelism, batch processing, and conditional logic — flows many tools split across separate modules.
  • Human-in-the-loop is first-class: a running workflow can pause for a reviewer to correct or approve, not just execute start-to-finish.
  • Self-trained OCR reads printed text, handwriting, and uncommon characters instead of leaning on a generic third-party parser.
  • Ships enterprise plumbing out of the box — RBAC, SSO/LDAP, traffic control, observability, and high-availability deployment.
Who It's For

Great fit if you are an enterprise or systems integrator building document-heavy GenAI — contract review, report generation, knowledge mining — that must run on-prem with audit and access control. Look elsewhere if you want a quick prototype or a hosted SaaS: it bundles Milvus, Elasticsearch, and OnlyOffice and asks for at least 4 CPU cores and 16 GB RAM, heavy next to lighter builders like Dify or Flowise.

Information

  • Websitegithub.com
  • OrganizationsDataElement
  • AuthorsDataElement (dataelement)
  • Published date2023/08/28

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).