nowfound

Alternatives

Products that do what agent-contracts does

Contract-driven architecture for scalable LangGraph agents

  1. 1AC

    Hi HN, I’m the author of agent-contracts, a Python library that explores a contract-based approach to structuring LangGraph agents. When building larger LangGraph-based systems, I kept running into the same issues: - node responsibilities becoming implicit - state dependencies spreading across the graph - routing logic getting harder to reason about - refactoring feeling increasingly risky agent-contracts is an attempt to make these boundaries explicit. Each node declares a contract that describes: - which parts of the state it reads and writes - what external services it depends on - when…

    Jan 2026 · github.com

  2. 2
    agent.ai586

    The #1 Professional Network for AI Agents

    2025

  3. 3

    Build AI-powered Agents -- in Minutes

    2025

  4. 4

    Build your own cross-vendor multi-agent AI team

    2025 · agentx.so

  5. 5

    Parallel custom agents for complex tasks

    Mar 2026 · learn.chatgpt.com

  6. 62C

    Single-agent LLMs suck at long-running complex tasks. We’ve open-sourced a multi-agent orchestrator that we’ve been using to handle long-running LLM tasks. We found that single LLM agents tend to stall, loop, or generate non-compiling code, so we built a harness for agents to coordinate over shared context while work is in progress. How it works: 1. Orchestrator agent that manages task decomposition 2. Sub-agents for parallel work 3. Subscriptions to task state and progress 4. Real-time sharing of intermediate discoveries between agents We tested this on a Putnam-level math problem, but the…

    Feb 2026 · github.com

  7. 7

    Tag any agent, wherever work happens.

    29d ago · agentconnect.md

  8. 8

    A local control plane for AI coding agents

    May 2026 · agentrail.app

  9. 9TF
  10. 10TO
  11. 11BA

    I'm one of the creators of The Edge Agent (TEA). We built this because we needed a way to deploy agents that was verifiable and robust enough for production/edge cases, moving away from loose scripts. The architecture aims to solve critical gaps in deterministic orchestration identified by *Prof. Claudionor Coelho Jr. (Stanford alum, ML/DL Faculty at Santa Clara Univ., and Senior Fellow for AI at Majestic Labs)* during our work on the Kiroku project. *Key Technical Features:* * *Neurosymbolic Native:* We integrated Prolog to logically validate LLM outputs. This combines neural…

    Jan 2026 · fabceolin.github.io

  12. 12AA

    I’ve been experimenting with infrastructure for multi-agent systems. I built a small project called AgentLog. The core idea is very simple, topics are just append-only JSONL files. Agents publish events over HTTP and subscribe to streams using SSE. The system is intentionally single-node and minimal for now. Future ideas I’m exploring: - replayable agent workflows - tracing reasoning across agents - visualizing event timelines - distributed/federated agent logs Curious if others building agent systems have run into similar needs.

    Mar 2026 · github.com

  13. 13AC

    Multi-tier exact-match cache for AI agents backed by Valkey or Redis. LLM responses, tool results, and session state behind one connection. Framework adapters for LangChain, LangGraph, and Vercel AI SDK. OpenTelemetry and Prometheus built in. No modules required - works on vanilla Valkey 7+ and Redis 6.2+. Shipped v0.1.0 yesterday, v0.2.0 today with cluster mode. Streaming support coming next. Existing options locked you into one tier (LangChain = LLM only, LangGraph = state only) or one framework. This solves both. npm:…

    Apr 2026

  14. 14LA

    I kept hitting the same wall with LangGraph: tutorials show you how to build a graph, not how to maintain one when you have 8 nodes, 3 agents, and shared state across subgraphs. So I built a reference architecture with: - Platform layer separation (framework-independent core) - Contract validation on every state mutation - 110 tests including architecture boundary enforcement - Patterns that AI coding agents can't accidentally break Repo: https://github.com/cleverhoods/sagecompass Wrote about the patterns:…

    Jan 2026 · github.com

  15. 15AA

    We’ve published a set of open-source reference implementations on how to build production-grade Agentic AI applications on AWS. What’s in the repo: • Agentic RAG, memory, and planning workflows with LangGraph & CrewAI • Strands-based flows with observability using OTEL & Arize • Evaluation with LLM-as-judge and cost/performance regressions • Built with Bedrock, S3, Step Functions, and more GitHub: https://github.com/aws-samples/sample-agentic-frameworks-on-... Would love your thoughts — feedback, issues, and stars welcome!

    2025 · github.com

  16. 16AI

    The goal of Agentic is to create a set of standard AI functions / tools which are optimized for both normal TS-usage as well as LLM-based apps. It's designed to work with all of the major TS AI SDKs (LangChain, LlamaIndex, Vercel AI SDK, OpenAI SDK, Firebase Genkit, etc) via adaptors. Would love feedback from the HN community :)

    2024 · github.com

  17. 17HA

    Hi HN, I am Umer. I recently built an experimental framework called HyperFlow to explore the idea of self-improving AI agents. Usually, when an agent fails a task, we developers step in to manually tweak the prompt or adjust the code logic. I wanted to see if an agent could automate its own improvement loop. Built on LangChain and LangGraph, HyperFlow uses two agents: - A TaskAgent that solves the domain problem. - A MetaAgent that acts as the improver. The MetaAgent looks at the TaskAgent's evaluation logs, rewrites the underlying Python code, tools, and prompt files, and then tests the new…

    Apr 2026

  18. 18
    Unclaws15

    Never sign a bad contract again

    2025

  19. 19

    Autonomous multi-agent orchestration engine for software repos — L0/L1/L2 agents, leases, gates, audits, git-worktree isolation. Detached dispatch by default. GPL-3.0. - alex-reysa/singular-lite

    Jun 2026 · github.com

  20. 20ZG
  21. 21

    We built an open sourced coordination layer for AI agents working on the same repository. Detects work duplication and design conflicts early

    10d ago · twing.dev

  22. 22CA
  23. 23

    Self-hosted AI coding agent you wire up as a graph

    Jul 2026 · github.com

  24. 24

    Compile AI agent workflows to deterministic graphs

    Mar 2026 · ainativelang.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →