Click any tag below to further narrow down your results
Links
This article explains how to create a functional AI agent using the Gemini Interactions API. It breaks down the process into clear steps, from initial text generation to integrating tools that allow the agent to perform tasks. The guide emphasizes the simplicity of building agents by managing conversation state on the server side.
The article argues against using if statements for validating command-line interface (CLI) flags, highlighting the limitations of traditional libraries. It introduces Optique, a TypeScript library that allows for modeling relationships between options directly in the parser, enabling better type safety and reducing the need for runtime checks.
Kimi Agent SDK offers libraries for multiple programming languages, allowing developers to integrate the Kimi CLI agent into their applications. It enables automation, custom tooling, and session orchestration, all while leveraging existing Kimi CLI configurations. The SDK supports Go, Node.js, and Python.
Codex CLI is a local coding agent from OpenAI that can be installed using npm or Homebrew. Users can run Codex after installation and sign in with their ChatGPT account for enhanced functionality. The tool supports various platforms and offers configuration options to tailor user experience.
The "am-i-vibing" library detects whether CLI tools and Node applications are being executed by AI agents, allowing them to adjust outputs and error handling accordingly. It provides functions for detecting different types of environments—agentic, interactive, and hybrid—and can be used via CLI for quick checks and detailed diagnostics.
GitHub Copilot CLI is a command-line interface that allows developers to easily integrate AI-assisted coding into their workflows. Users can get started by installing the CLI, authenticating with their GitHub account, and using various commands to leverage Copilot's capabilities for code suggestions and completions directly in the terminal. The article provides a step-by-step guide for setup and usage.