agent-framework

Tag

Cards List
#agent-framework

Managed Deep Agents v0.8: new auth, memory, and channels (12 minute read)

TLDR AI ↗ · 15h ago Cached

LangChain launches Managed Deep Agents v0.8, adding features like user-owned credentials, user-level memory, HTTP channels, and a web search tool to improve agent deployment in production.

0 favorites 0 likes
#agent-framework

Harness as a Language: A Minimalist Agent Framework With Maximal Expressivity

arXiv cs.AI ↗ · yesterday Cached

The paper introduces JAZ, a minimalist agent framework that uses a single invoke primitive to enable LLM agents to handle long-horizon tasks and self-improvement without external harnesses, outperforming existing systems like MemGPT and ACE in evaluations.

0 favorites 0 likes
#agent-framework

AX (GitHub Repo)

TLDR AI ↗ · 4d ago Cached

AX is a declarative orchestrator from Google for running autonomous agent workloads at scale, providing sandboxing, workspace management, and gateway controls for secure execution.

0 favorites 0 likes
#agent-framework

@bkdgiffug: AI writing code easily goes off track? Smart Ralph takes a different approach: first write the requirements as specific…

X AI KOLs Timeline ↗ · 6d ago Cached

Smart Ralph is a tool that structures AI coding by first defining requirements as specifications, then having agents implement them step by step, with support for Claude Code and Codex to improve engineering processes.

0 favorites 0 likes
#agent-framework

EvolveTrade: Experience-Driven Policy Refinement for Self-Evolving LLM Trading Agents

Hugging Face Daily Papers ↗ · 2026-09-15 Cached

EvolveTrade introduces a self-evolving framework for LLM trading agents that refines tool-use policies using decision traces and portfolio feedback, improving Sharpe Ratio and cumulative returns across market regimes.

0 favorites 0 likes
#agent-framework

@fazxes: fx v0.0.9 Use a frontier model to steer, then hand implementation to a fast workhorse. • Give each subagent its own mod…

X AI KOLs Timeline ↗ · 2026-09-12 Cached

The changelog for fx v0.0.9 introduces the ability to use frontier AI models for steering while delegating implementation to faster models, with new features for subagent customization, mid-task feedback, and improved Markdown rendering.

0 favorites 0 likes
#agent-framework

@derrickcchoi: What does the new Agents API mean for the apps you use, and how does it fit alongside OpenAI’s other products? Wrote up…

X AI KOLs Following ↗ · 2026-09-11 Cached

The article explains OpenAI's new Agents API, detailing how it fits with existing products like ChatGPT and Codex, and provides examples of its use in building agent-driven applications.

0 favorites 0 likes
#agent-framework

SkillSpec: Intent-Masked Specification Reasoning for Agent Skill Correctness

Hugging Face Daily Papers ↗ · 2026-09-05 Cached

SkillSpec is a Hoare-style framework that uses intent-masked specification reasoning to detect defects in agent skills by aligning descriptions, instructions, and code, achieving 61.2% precision on real-world skills from SkillsBench and other repositories.

0 favorites 0 likes
#agent-framework

@jakevin7: Additionally, Raft provides Maka with an unlimited version. Now the entire maintainer community's review system is cont…

X AI KOLs Following ↗ · 2026-09-02 Cached

Raft provides Maka with an unlimited version to support the maintainer community's review system, while Maka has entered Apache with growing activity and over 100 contributors focused on Agent design and benchmarks.

0 favorites 0 likes
#agent-framework

@Lonely__MH: Great find! Discovered a Deepseek harness memory plugin! Most Agent frameworks' 'long-term memory' is just mindless Vector DB retrieval, prone to temporal confusion and context pollution. Just started using Meland Labs' open-source OpenContext…

X AI KOLs Timeline ↗ · 2026-08-26 Cached

Discovered an open-source Deepseek memory plugin called OpenContext, which improves the long-term memory functionality of Agent frameworks through designs like Temporal Context Graphs and Trust Models.

0 favorites 0 likes
#agent-framework

Headlong: An open source agent microharness featuring persistent agency and recursive LLMs

Reddit r/LocalLLaMA ↗ · 2026-08-25 Cached

Headlong is an open-source agent microharness featuring persistent agency and recursive language models, implemented in Bash for autonomous agent operation and human interaction across platforms.

0 favorites 0 likes
#agent-framework

AgentDecarbonizer: Carbon-Aware Execution for AI Agents

arXiv cs.LG ↗ · 2026-08-24 Cached

AgentDecarbonizer is a carbon optimizer for AI agents that reduces carbon emissions by scheduling tasks to low-carbon periods or grids, leveraging deadline flexibility.

0 favorites 0 likes
#agent-framework

Show HN: AgentSight – eBPF observability for AI agents, no code changes

Hacker News Top ↗ · 2026-08-21 Cached

ANOLISA is an agentic operating system layer for AI agent workloads, featuring eBPF-based observability via AgentSight, token optimization, and runtime management without code changes.

0 favorites 0 likes
#agent-framework

@changgaowei: The silent-failure / who-did-what problem is why we started with identity, not another tool. If the agent has a stable …

X AI KOLs Following ↗ · 2026-08-20 Cached

Release of AWiki identity and messaging tool for DeepSeek Harness, featuring stable identity handles and local-first messaging to address attribution and silent-failure issues in AI agent systems.

0 favorites 0 likes
#agent-framework

@changgaowei: Nice. We just put identity on the same path — handle + DID, so the agent can take messages and email inside Harness ins…

X AI KOLs Following ↗ · 2026-08-20 Cached

This release introduces an identity and messaging plugin for DeepSeek Harness, enabling agents to manage identities via DID and handle messages and emails through a Web UI with secure features.

0 favorites 0 likes
#agent-framework

@omarsar0: Very interesting new work from Microsoft. (bookmark it) This work is related to this emerging theme of leveraging harne…

X AI KOLs Timeline ↗ · 2026-08-19 Cached

Agent Lightning v1.0 is a lightweight framework from Microsoft that connects agent harnesses to reinforcement learning training, improving Qwen3.5-9B's performance on SWE-bench Verified using modest compute.

0 favorites 0 likes
#agent-framework

@N01ennn: MICROSOFT JUST OPEN SOURCED THE ENTIRE AGENT RUNTIME, SO YOU NEVER HAVE TO BUILD ONE AGAIN a raw model only writes text…

X AI KOLs Timeline ↗ · 2026-08-18 Cached

Microsoft has open-sourced the Agent Framework, a production-ready tool for building AI agents with features like tool calling, memory, and multi-language support.

0 favorites 0 likes
#agent-framework

Most agent frameworks still need you in the loop. This one is designed so you configure it once and walk away.

Reddit r/ArtificialInteligence ↗ · 2026-08-15

Aeon is an open-source autonomous agent framework designed for unattended operation, allowing users to configure AI agents once and run them in the background on tasks like monitoring or code reviews using GitHub Actions, with skills defined in Markdown files and features such as self-healing and persistent memory.

0 favorites 0 likes
#agent-framework

@XAMTO_AI: Want to write a coding agent yourself? You've read plenty of articles about the principles, but you get stuck at the first line when you actually start. Recently I found the Chinese tutorial *Hands-On Pi*, which starts with a real offline agent log and takes you through all 15 levels from the beginning. Truly build a complete coding agent from scratch—every step has runnable code...

X AI KOLs Timeline ↗ · 2026-08-13 Cached

Introduces the Chinese tutorial *Hands-On Pi*, covering the step-by-step implementation of a Pi-style coding agent from scratch through 15 runnable checkpoints, including protocols, tool loops, conversation tree storage, context compression, and evaluation. Each chapter comes with the main text, a corresponding commit, tests, and failure experiments.

0 favorites 0 likes
#agent-framework

What unique, custom QOL upgrades have you given your local agents?

Reddit r/LocalLLaMA ↗ · 2026-08-12

A tinkerer shares custom quality-of-life upgrades for local AI agents, including an MCP broker to reduce context overhead, temporal awareness, context warnings, auto-swapping models, and hybrid memory search with Postgres.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback