golemancy
Golemancy is a desktop application that orchestrates multiple AI agents to work on research, writing, translation, and data analysis tasks in parallel. Users design agent hierarchies with specific tools and skills, then delegate work that executes across nested teams of autonomous agents running locally. Built as a monorepo with TypeScript and Python, it enables individuals to scale their productivity by distributing tasks across a coordinated workforce of AI workers.
Golemancy is a desktop application that orchestrates multiple AI agents in hierarchical teams to handle research, writing, translation, and data analysis tasks locally. It provides a comprehensive platform with browser automation, memory systems, skill templates, and support for 9+ LLM providers with recursive sub-agent spawning capabilities.
- ✓Recursive sub-agent spawning with unlimited nesting creates truly autonomous AI workforces that can scale complex tasks dynamically
- ✓Native Model Context Protocol (MCP) support with connection pooling positions it well within the emerging AI ecosystem
- ✓Local-first security architecture with loopback-only server and sandboxed permissions addresses privacy concerns while maintaining full functionality
- →Add comprehensive test coverage and error handling patterns, as the monorepo architecture suggests complex inter-service communication that needs robust testing
- →Expand the incomplete architecture documentation to show the full dependency chain beyond just the Electron app, including the TypeScript/Python service layers