📄️ ABI Project Makefile Documentation
Table of Contents
📄️ Managing Dependencies
This document provides a comprehensive guide on how to manage dependencies in this project, which uses Poetry for dependency management and Docker for containerization.
📄️ Publish Remote Agents
This guide explains how to publish ABI agents as remote plugins on the Naas platform. This feature is only available if you have access to the Naas platform.
📄️ Running Python Scripts with uv
There are multiple ways to run Python scripts in this project:
📄️ Setup Git Remote
Once you have forked and created your own version of the ABI repository, you need to establish a Git remote.
📄️ SPARQL Query Template System
Overview
📄️ Prompting Techniques
Chain of Thought (CoT)
📄️ Test Python Scripts
Testing is the key to maintainability of each project. This guide covers how to write and run tests using pytest in this project.