Awesome AI AgentsKnowledge Graph Orchestration

voicetreelab/voicetree

⭐ 920 TypeScript repository created 2025-08-12

Voicetree is a graph-based workspace for building human-in-the-loop coding-agent systems. It has two primitives: nodes and edges. A node is a markdown file, a folder of nodes, or a terminal-based agent such as Claude Code, Codex, OpenCode or Gemini. Around these primitives sits a small local-first API and a vt command line tool that both humans and agents call, which the authors compare to a game engine: the runtime supplies objects, lifecycles and hooks, and the systems built on top can rewrite themselves while staying observable. The API covers CRUD over agents in an in-memory markdown hypergraph database, agent context state including messages between agents, lifecycle hooks for automation, graph search, visualisation and navigation rendered as ASCII for agents and pixels for humans, and orchestration helpers such as run(Agent, node), whose default behaviour is to gather nearby nodes as context and send them to the spawned agent. Because agents sit in the graph next to their tasks, plans and progress notes, context retrieval works by radius around a node plus semantic search over local embeddings, and sessions default to short focused runs with automatic handover to limit context rot. The stated problems it addresses are manual coordination of agents, the difficulty of watching four to ten agent terminals at once, agents not sharing what the operator knows, and missing memory. Distribution covers macOS, Windows and Linux desktop builds, a Homebrew tap, an install script, and a Docker image that sandboxes agents away from the host filesystem and is reached over noVNC in the browser. A browser-only mode exists as a monorepo development command. The project is TypeScript, described by its authors as early beta and used daily by the small lab that builds it.

https://github.com/voicetreelab/voicetree

multi-agentorchestrationknowledge-graphhuman-in-the-loopclaude-codecodexmarkdowntypescriptdesktop

Also in Knowledge Graph Orchestration

Graphify-Labs/graphify

Graphify turns any codebase, including documentation and other files, into a queryable knowledge graph using local AST parsing, without relying on vector stores or embeddings.

microsoft/autogen

AutoGen is a Microsoft-developed framework for building multi-agent AI applications that operate autonomously or with human collaboration, featuring layered APIs, developer tools, and community support.

siyuan-note/siyuan

SiYuan is a privacy-first, self-hosted, open-source personal knowledge management system with block-level referencing and Markdown WYSIWYG editing capabilities.

Hawksight-AI/semantica

Self-hostable Python platform that builds context and knowledge graphs from enterprise data with deterministic reasoning, ontology management and W3C PROV-O provenance for auditable agent decisions.

camel-ai/oasis

OASIS is an open-source, scalable social media simulation platform that uses large language models and rule-based agents to realistically simulate the behavior of up to one million users on platforms like Twitter and Reddit for studying complex social phenomena.

liveblocks/liveblocks

Liveblocks is a platform providing customizable pre-built features to easily add multiplayer, engaging, and AI-ready collaborative experiences to applications without disrupting development roadmaps.

Paper2Poster/Paper2Poster

Paper2Poster is an open-source multi-agent system that automates the generation of editable scientific posters from research papers in PDF format, featuring a comprehensive evaluation suite to ensure visual and textual quality.

kingjulio8238/Memary

Memary is an open-source memory layer that emulates human memory to enhance autonomous agents' reasoning and learning capabilities, supporting local LLMs and vision models with multi-agent and multi-graph database integration.