4 links
tagged with all of: cli + automation
Click any tag below to further narrow down your results
Links
Building a custom CLI coding agent using the Pydantic-AI framework allows developers to create tailored tools that fit their specific project needs, unlike general commercial solutions. The article details the architecture, capabilities, and advantages of developing an agent that can perform tasks such as code analysis, running tests, and making updates, emphasizing the importance of understanding the underlying technology. With features like sandboxed execution and up-to-date documentation access, this agent enhances productivity and aligns with best development practices.
The article discusses the integration of Large Language Models (LLMs) into command-line interfaces (CLIs), exploring how users can leverage LLMs to enhance productivity and automate tasks in their terminal workflows. It also highlights various tools and frameworks that facilitate this integration, providing practical examples and potential use cases for developers and system administrators.
Beachpatrol is a command-line interface tool designed to automate everyday web browsing by utilizing Playwright scripts for control. It allows users to run a Chromium or Firefox browser, execute custom automation commands, and even integrate with a browser extension for enhanced functionality. The tool aims to make web automation as seamless as possible, enabling users to create personalized workflows directly in their browser environment.
Burpa is a fork of the abandoned burpa project that provides a command-line interface and Python API for automating scans with Burp Suite, utilizing its REST API. It supports various scanning options, including authenticated scans and report generation, while also allowing configuration via environment variables. Recent updates include static type checking, removal of Slack support, and improved CLI functionality using python-fire.