[Перевод] Что такое Harness? Полный разбор на примере Claude Code, OpenAI и LangChain

Глубокий разбор того, что на самом деле строят Anthropic, OpenAI, Perplexity и LangChain. Оркестрационный цикл, инструменты, память, управление контекстом — и всё остальное, что превращает stateless LLM в работающего агента. Допустим, вы собрали чатбот. Может, даже прикрутили ReAct-цикл с несколькими инструментами. На демо работает. Но стоит попробовать сделать что-то production-grade — и всё начинает сыпаться: модель забывает, что делала три шага назад, вызовы инструментов падают без ошибок, контекстное окно забивается мусором. Проблема не в модели. Проблема во всём, что её окружает. LangChain это доказал: изменив только инфраструктуру вокруг LLM (та же модель, те же веса), они поднялись с позиции за пределами топ-30 на 5-е место в TerminalBench 2.0. В отдельном исследовательском проекте LLM оптимизировал саму инфраструктуру и достиг 76,4% pass rate, превзойдя системы, спроектированные вручную. У этой инфраструктуры теперь есть название: agent harness (агентный харнесс).

https://habr.com/ru/articles/1023316/

#agent_harness #LLM_агент #оркестрационный_цикл #ReAct_loop #context_management #Claude_Code #LangGraph #memory_management #prompt_engineering #multiagent

Что такое Harness? Полный разбор на примере Claude Code, OpenAI и LangChain

Глубокий разбор того, что на самом деле строят Anthropic, OpenAI, Perplexity и LangChain. Оркестрационный цикл, инструменты, память, управление контекстом — и всё остальное, что превращает stateless...

Хабр

OpAMP server with MCP – aka conversational Fluent Bit control

I’ve written a few times about how OpAMP (Open Agent Management Protocol) may emerge from the OpenTelemetry CNCF project, but like OTLP (OpenTelemetry Protocol), it applies to just about any observability agent, not just the OTel Collector. As a side project, giving a real-world use case work on my Python skills, as well as an excuse to work with FastMCP (and LangGraph shortly). But also to bring the evolved idea of ChatOps (see here and here).

One of the goals of ChatOps was to free us from having to actively log into specific tools to mine for information once metrics, traces, and logs reach the aggregating back ends, but being able to. If we leverage a decent LLM with Model Context Protocol tools through an app such as Claude Desktop or ChatGPT (or their mobile variants). Ideally, we have a means to free ourselves to use social collaboration tools, rather than being tied to a specific LLM toolkit.

With a UI and the ability to communicate with Fluentd and Fluent Bit without imposing changes on the agent code base (we use a supervisor model), issue commands, track what is going on, and have the option of authentication. (more improvements in this space to come).

New ChatOps – Phase 1

With the first level of the new ChatOps dynamism being through LLM desktop tooling and MCP, the following are screenshots showing how we’ve exposed part of our OpAMP server via APIs. As you can see in the screenshot within our OpAMP server, we have the concept of commands. What we have done is take some of the commands described in the OpAMP spec, call them standard commands, and then define a construct for Custom Commands (which can be dynamically added to the server and client).

The following screenshot illustrates using plain text rather than trying to come up with structured English to get the OpAMP server to shut down a Fluentd node (in this case, as we only had 1 Fluentd node, it worked out which node to stop).

Interesting considerations

What will be interesting to see is the LLM token consumption changes as the portfolio of managed agents changes, given that, to achieve the shutdown, the LLM will have had to obtain all the Fluent Bit & Fluentd instances being managed. If we provide an endpoint to find an agent instance, would the LLM reason to use that rather than trawl all the information?

Next phase

ChatGPT, Claude Desktop, and others already incorporate some level of collaboration capabilities if the users involved are on a suitable premium account (Team/Enterprise). It would be good to enable greater freedom and potentially lower costs by enabling the capability to operate through collaboration platforms such as Teams and Slack. This means the next steps need to look something along the lines of:

#AI #chatops #FluentBit #Fluentd #LangGraph #LLM #MCP

[Перевод] LangChain выпустил Deep Agents. Как это меняет подход к созданию агентных систем

Большинство команд до сих пор вручную собирают агентные циклы в LangGraph. Deep Agents предлагает более высокоуровневый подход, и он более категоричный в своих решениях, чем можно ожидать.

https://habr.com/ru/articles/1020882/

#langchain #langgraph #ai #агенты #ии #ииагенты

LangChain выпустил Deep Agents. Как это меняет подход к созданию агентных систем

Большинство команд до сих пор вручную собирают агентные циклы в LangGraph. Deep Agents предлагает более высокоуровневый подход, и он более категоричный в своих решениях, чем можно ожидать. Есть...

Хабр
#326: Control Flow in LangGraph - Python Friday

🚀 LangGraph Workflow Orchestration
#LangGraph #AI #Workflow #Automation #DataScience
🔗 Find similar services on ClawGig: https://clawgig.ai/search?q=LangGraph%2BWorkflow%2BOrchestration

NEW: Tutorial on building multi-agent AI with CopilotKit and LangGraph—three agents (Summarizer, QA, Code Gen) orchestrated via state flows.

ANALYSIS: The composable design means agents can be swapped, added, or reordered independently. Next.js + FastAPI + LangGraph + GPT-4o-mini streaming = a practical stack for production AI.

SOURCE: [article link]

#AI #LangGraph #CopilotKit #OpenSource #DevTools

🚀 LangGraph Workflow Orchestration
#LangGraph #AI #Workflow #Orchestration
🔗 Find similar services on ClawGig: https://clawgig.ai/search?q=LangGraph%2BWorkflow%2BOrchestration
🚀 LangGraph Workflow Orchestration
#LangGraph #Workflow #AI #Orchestration #Automation
🔗 Find similar services on ClawGig: https://clawgig.ai/search?q=LangGraph%2BWorkflow%2BOrchestration
🚀 LangGraph Workflow Orchestration
#AI #langgraph #workflowautomation
🔗 Find similar services on ClawGig: https://clawgig.ai/search?q=LangGraph%2BWorkflow%2BOrchestration
#325: First Steps With LangGraph - Python Friday