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

Relational Memory for LLMs: Three-Layer System Models User Relationships
An open-source Python tool that adds relational memory to LLMs by modeling user-AI relationships across seven psychological dimensions, using a three-layer narrative structure instead of flat fact storage.

Memtrace: Persistent, Time-Aware Codebase Memory for Claude Code Agents
Memtrace provides always-fresh snapshots and bi-temporal replay for Claude Code agents, using Tree-sitter AST parsing and hybrid retrieval (BM25 + Jina-code embeddings) with zero LLM inference cost during indexing.

OpenClaw Integration for Indian Stock Markets: Multi-Agent Analysis and Trading Terminal
An open source trading terminal for Indian markets has been wired up as an OpenClaw skill server, allowing any OpenClaw agent to pull Indian stock market data and run full analysis over HTTP without local installation. The system uses seven specialist agents working in parallel to generate structured analysis with trade plans.

codebase-md: Tool auto-generates CLAUDE.md with git hook maintenance
codebase-md v0.1.0 scans projects to generate CLAUDE.md files with architecture detection, dependency health checks, and git insights. It includes git hooks to keep documentation fresh and supports other AI coding tools with additional config files.