TypeScript ai-ollama-local-llm-agent-framework-typescript

Open-source TypeScript projects categorized as ai-ollama-local-llm-agent-framework-typescript

TypeScript ai-ollama-local-llm-agent-framework-typescript Projects

ai-ollama-local-llm-agent-framework-typescript
  1. LocalClaw

    Local-model-first AI agent framework — Router + Specialist architecture for Ollama

    Project mention: I Replaced My AI Agent's Flat Fact Store with a Graph Database | news.ycombinator.com | 2026-06-03

    ```

    Importance uses a 1-5 tier (critical health/family = 5, job/identity = 4, preference = 3, context = 2, ephemeral = 1). A moderately relevant but critical fact scores higher than a highly relevant but ephemeral one. Your wife's health condition surfaces above yesterday's weather.

    ## What I Learned

    The model computes nothing. Code handles which facts changed, which are duplicates, what the scores are. The model handles what it means. The moment you let a model do arithmetic or hash-based dedup you get failures you can't explain.

    Importance tiers need concrete examples in the extraction prompt. phi4:14b defaulted everything to tier 2 until I added few-shot examples with emotional weight. Abstract instructions don't calibrate a model.

    The graph beats flat storage the moment you need relationship reasoning. SUPERSEDES chain alone justified the migration.

    Runs entirely on a Mac Mini. 85MB for the graph. Everything local.

    GitHub: https://github.com/PeterGreenAppliedAI/LocalClaw

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

TypeScript ai-ollama-local-llm-agent-framework-typescript discussion

Log in or Post with

Index

# Project Stars
1 LocalClaw 28

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?