klotz: agents* + python*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This tutorial demonstrates how to evolve a standard chatbot into a truly agentic system using the Gemma 4 model family. Instead of relying solely on remote web APIs, it shows how to provide the model with tools that interact directly with the local environment—specifically a sandboxed filesystem explorer and a restricted Python interpreter. By implementing security measures like path-traversal guards for file access and whitelisted builtins for code execution, users can safely allow small models running locally on laptops to observe their surroundings and perform deterministic calculations.
    Main topics:
    * Transitioning from API retrieval to true agency through local system interaction.
    * Building a secure filesystem explorer with path-traversal protection.
    * Implementing a restricted Python interpreter using exec() and whitelisted builtins.
    * Orchestrating tool calls using Gemma 4 and Ollama for local agentic workflows.
  2. This tutorial demonstrates how to construct a complete skill-based agent system for large language models using Python. It explores structuring modular capabilities similar to an operating system, where reusable skills are defined with metadata and schemas, registered centrally, and orchestrated through dynamic tool calling and multi-step reasoning. The implementation covers composing multiple skills for advanced workflows, hot-loading new capabilities at runtime, and monitoring performance via an observability dashboard.
    2026-05-11 Tags: , , , , , by klotz
  3. This article provides a technical guide on implementing permission gating for AI agents using Python to mitigate the risks of autonomous tool execution. It describes how to create an interception layer that requires explicit human authorization before any sensitive or high-impact tools are called, ensuring safer agentic workflows.
  4. This quickstart guide provides a step-by-step walkthrough for building, testing, and deploying AI agents using the Amazon Bedrock AgentCore CLI.

    - code-based agents for full orchestration control using frameworks like LangGraph or OpenAI Agents
    - managed harness preview for rapid configuration-based deployment.
  5. AutoAgent is an autonomous framework designed for agent engineering, functioning similarly to autoresearch but focused on building and iterating on agent harnesses. The system allows a user to assign a task to an AI agent, which then autonomously modifies system prompts, tools, agent configurations, and orchestration over time. By running benchmarks and checking scores, the meta-agent performs a hill-climbing optimization, keeping improvements and discarding failures. The core workflow involves programming via a Markdown file called program.md, which provides context and directives to the meta-agent, while the meta-agent directly edits the agent.py harness file. This approach minimizes manual engineering by allowing the agent to optimize its own performance through continuous, automated experimentation.
  6. This article provides a hands-on coding guide to explore nanobot, a lightweight personal AI agent framework. It details recreating core subsystems like the agent loop, tool execution, memory persistence, skills loading, session management, subagent spawning, and cron scheduling. The tutorial uses OpenAI’s gpt-4o-mini and demonstrates building a multi-step research pipeline capable of file operations, long-term memory storage, and concurrent background tasks. The goal is to understand not just how to *use* nanobot, but how to *extend* it with custom tools and architectures.
  7. This article details a tutorial on building cybersecurity AI agents using the CAI framework. It guides readers through setting up the environment with Colab, loading API keys, and creating base agents. The tutorial progresses to advanced capabilities, including custom function tools, multi-agent handoffs, agent orchestration, input guardrails, and dynamic tools.
    It demonstrates how CAI transforms Python functions and agent definitions into flexible cybersecurity workflows capable of reasoning, delegating, validating, and responding in a structured way. The article also showcases CTF-style pipelines, multi-turn context handling, and streaming responses, offering a comprehensive overview of CAI's potential for security applications.
    2026-03-31 Tags: , , , , , by klotz
  8. This project, `autoresearch-opencode`, is an autonomous experiment loop designed for use with OpenCode. It's a port of `pi-autoresearch`, but implemented as a pure skill, eliminating the need for an MCP server and relying solely on instructions the agent follows using its built-in tools. The skill allows users to automate optimization tasks, as demonstrated by the example of optimizing the BogoSort algorithm which achieved a 7,802x speedup by leveraging Python's `bisect` module for sorted-state detection.
    The system maintains state using a JSONL file, enabling resume/pause functionality and detailed experiment tracking. It provides a dashboard for monitoring progress and ensures data integrity through atomic writes and validation checks.
  9. Alibaba has released CoPaw, an open-source framework designed to provide a standardized workstation for deploying and managing personal AI agents. It addresses the shift from LLM inference to autonomous agentic systems, focusing on the environment in which models operate. CoPaw utilizes AgentScope, AgentScope Runtime, and ReMe to handle agent logic, execution, and persistent memory, enabling long-term experience and multi-channel connectivity.
  10. This course takes you from Python fundamentals to AI Agent development, covering core Python, NumPy, Pandas, SQL, Flask, FastAPI, LLMs, and open-source models via HuggingFace.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: agents + python

About - Propulsed by SemanticScuttle