Skip to content
View escapeboy's full-sized avatar
🪲
Deploying fresh bugs
🪲
Deploying fresh bugs

Organizations

@LaraModulus @KarlovoTech @FleetQ

Block or report escapeboy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
escapeboy/README.md

Hi, I'm Nikola 👋

Software engineer from Karlovo, Bulgaria. Long-time PHP/Laravel developer, and these days mostly infrastructure for AI agents: orchestration, durable memory, code intelligence, governance and audit trails.

The thread running through my recent work: agents should be inspectable — you should be able to see what they did, git diff what they remember, and stop a consequential action before it happens.


🛠️ What I'm building

Product What it does
FleetQ Mission control for AI agents — build, run and monitor autonomous multi-agent systems with visual DAG workflows, human-in-the-loop approvals and MCP integrations
FleetQ Accounting AI agents for accounting firms — classify documents, suggest ledger entries and track deadlines. OCR, VAT, SAF-T
Signalio Real-time crisis alerts — fires, floods and disasters near you, so you can react in time
Actio SaaS for volunteer organizations in Bulgaria — teams, tasks, events and campaigns in one place
Eventico Event app — live agenda, Q&A, materials and post-event reports. One QR scan, no app to install
FleetQ Partners Partner program for the whole FleetQ portfolio — promote any product, earn on every attributed sale
Localz.Events Discover events and places near you — concerts, meetups, sports and more across Bulgaria

🚀 FleetQ — open source

The core of FleetQ is open source (AGPL-3.0): a self-hosted mission control for autonomous multi-agent systems, with every feature exposed over MCP.

Project What it is
agent-fleet-o The FleetQ platform — Laravel, Livewire, MCP server, multi-agent crews
harbormaster MCP server that routes questions and tasks to any of your projects, locally or over SSH
fleetq-bridge Connects FleetQ cloud agents to your local LLMs, coding agents and MCP servers (Go)
plugin-sdk Contracts and DTOs for building FleetQ plugins

🧠 Agent memory & tooling

Project What it is
svod-engine Auditable, git-backed memory for AI agents — memory you can read, diff and restore (Kotlin)
svod-ui-macos Native SwiftUI client for Svod
svod-foundry Lets agents synthesize new tools at runtime, verified in a sandbox and versioned in Svod
greda Code intelligence engine + MCP server — a local knowledge graph of your codebases (Rust)

🛡️ Governance & determinism

Project What it is
boruna Deterministic, policy-gated workflow execution with tamper-evident evidence bundles (Rust)
stozher Accountability kernel: every agent effect is a signed event under a mandate traceable to a named human
lattice Governance browser runtime for agents, firewalled by default
servanda-protocol An open protocol for commitments (draft spec)

📚 Sharing what works

🧪 Side projects

  • SlotForge — a factory for slot games: a spec goes in, a playable PixiJS game comes out, every claim checked by a script
  • party-sim — Bulgarian election simulation with real CIK data and Monte Carlo modeling (Go)
  • skb-aed — national AED defibrillator map; source of AED Karlovo is open too
  • servanda — reference implementation of the Servanda protocol
🗄️ Older Laravel packages
  • jraty — item ratings with optional microdata
  • borica · laravel-epay — Bulgarian payment gateways (BORICA, ePay) for Laravel
  • disqus — Disqus integration for Laravel 4
  • ZeroController — Laravel ZeroController for faster development

Stack: PHP · Laravel · Livewire · Rust · Kotlin · Swift · TypeScript · Python · Go · PostgreSQL · Docker · MCP

Also: pricex.app · KarlovoTech · LaraMod (archived)

Pinned Loading

  1. ai-prompts ai-prompts Public

    Python 91 14

  2. agent-fleet-o agent-fleet-o Public

    Open-source AI agent orchestration platform — self-hosted mission control for autonomous multi-agent systems. Visual DAG workflows, 670+ MCP tools, human-in-the-loop approvals. Works with Claude, G…

    PHP 68 11

  3. boruna boruna Public

    Boruna: a deterministic, capability-safe programming language and framework for LLM-native applications

    Rust 5

  4. fleetq-bridge fleetq-bridge Public

    Connects FleetQ cloud agents to your local AI compute — LLMs, coding agents, MCP servers.

    Go