Stevenic / agentm-py

A library of "Micro Agents" that make it easy to add reliable intelligence to any application.
MIT License
8 stars 3 forks source link

[Subtask] Translate filterList function to Python #10

Closed debuggerone closed 1 month ago

debuggerone commented 2 months ago

Subtask Overview

This subtask involves migrating the filterList function from JavaScript to Python, ensuring it maintains its original logic and functionality in the Python environment.

Tasks

Acceptance Criteria

Stevenic commented 1 month ago

This basically a binary classifier that removes items from the list that don't match the classification.