Coding Agents

Function Calling: Harness …

  • Function Calling via MCP: The post discusses how to harness the Model Context Protocol (MCP) to implement function calling in AI agents, specifically within the context of the Qwen Meetup in Korea.
  • Qwen Series Integration: It explores the technical integration of Alibaba’s Qwen model series …

MCP Onboarding: Ten …

  • Scalable Agent Onboarding: The post details how to use the Model Context Protocol (MCP) to onboard ten AI agents simultaneously with a single command, streamlining the setup process.
  • Automation Workflow: It explains the technical steps involved in configuring multiple agents, emphasizing the …

Agent Auth Protocol

  • The Agent Auth Protocol is an open-source standard designed for AI agent authentication, authorization, and service discovery.
  • It addresses key challenges for long-lived AI agents, including delegated access, autonomous operation without human oversight, and standardized service discovery.
  • The …

Open SWE: An Open-Source …

  • Framework Overview: Open SWE is an open-source framework designed to help organizations build their own internal autonomous coding agents, mirroring successful architectures used by companies like Stripe, Ramp, and Coinbase.
  • Core Architecture: The framework is built on LangGraph and Deep Agents, …

Gooseworks Skills: …

  • Gooseworks Skills is a community-driven repository of reusable instructions and resources designed to teach AI agents how to perform specific tasks.
  • Skills function as modular “instruction sets” that range from simple checklists to complex workflows with domain expertise.
  • The platform …

The era of “AI as text” …

  • GitHub is moving from “AI as text” to “AI as execution,” shifting from simple prompt-response interactions to programmable, agentic workflows.
  • The new GitHub Copilot SDK allows developers to embed this planning and execution engine directly into their own applications …

gitagent | your …

  • GitAgent is an open-source, git-native standard that transforms any Git repository into a portable, framework-agnostic AI agent.
  • It leverages file-based manifests (agent.yaml, SOUL.md, SKILL.md) to define agent behavior, capabilities, and personality, allowing for seamless portability across …