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] Convert mapList function to Python #11

Closed debuggerone closed 2 months ago

debuggerone commented 2 months ago

Subtask Overview

This subtask focuses on migrating the mapList function from JavaScript to Python, ensuring compatibility with Python’s data structures and maintaining functionality.

Tasks

Acceptance Criteria

Stevenic commented 2 months ago

For the JavaScript version of the library this is about working the arrays of objects. The input side can be anything (string or object) but the output side is always an object because it relies on StructuredObjects to work.