AskAlf: Open-source multi-agent orchestration platform for self-hosted AI workflows

What AskAlf does
AskAlf is an open-source multi-agent orchestration platform designed to run on your own hardware. Unlike single-agent tools, it dynamically creates specialized workers that coordinate through an autonomous system.
Key technical features
- 10-layer cognitive memory system combining semantic, episodic, and procedural memories
- Memory storage using PostgreSQL with pgvector extension
- Autonomous system that reviews its own knowledge and creates investigation tickets when issues are found
- Ticket dispatch to appropriate workers with resolution tracking
- Memory consolidation that strengthens useful patterns over time (e.g., the 100th security scan knows exactly where to look)
Current implementation
- Uses Claude and OpenAI as AI providers
- Architecture is model-agnostic
- Local model support (Ollama, vLLM) is on the roadmap
Technology stack
Built with TypeScript, PostgreSQL + pgvector, Redis, Docker, and MCP Protocol.
Installation
Quick installation via curl:
curl -fsSL https://get.askalf.org | bashSource and repository
GitHub repository available at: https://github.com/askalf/askalf
📖 Read the full source: r/LocalLLaMA
👀 See Also

KubeShark: A Kubernetes Skill for Claude Code and Codex to Catch Hallucinated YAML
KubeShark is a failure-mode-first Kubernetes skill for Claude Code and Codex that catches deprecated APIs, misconfigured probes, broken selectors, and other common AI-generated mistakes before they hit production.

Node Control: Real-Time Multiplayer .io Game Built Entirely with Claude 4.6 and 4.7
Developer built a live competitive multiplayer .io game, Node Control, using Claude 4.6 and 4.7. Features server-authoritative netcode at 60Hz, 4-region deployment on fly.io, and neural-network aesthetic.

Remark: A Markdown Annotation Tool for Claude Code Workflows
Remark is a native macOS app that lets developers annotate Markdown files inline for Claude Code review workflows. It exports annotations as JSON for the agent and integrates via a skill installed in the .claude/skills/ directory.

Open-Sourced CLAUDE.md Keeps Claude Code Agents Productive for Hours, Not Looping
A single 70-line CLAUDE.md file stops Claude Code agents from drifting into narration and looping on fixes. Sessions go from 3-hour failures to full productive lifecycles.