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 utility functions from splitText.ts to Python #14

Closed debuggerone closed 2 months ago

debuggerone commented 2 months ago

Subtask Overview

This subtask focuses on converting utility functions such as those in splitText.ts from JavaScript to Python, ensuring all functionalities are preserved and optimized for the Python environment.

Tasks

Acceptance Criteria

Stevenic commented 2 months ago

More of a future thinking component. I have an idea for recursive summarizer that would use this. It's basically a variant of LangChain's recursive text splitter that I've been fine tuning for the last year or so.

debuggerone commented 2 months ago

I have an idea for that too but it would require a combination of some systems like neo4j and a vector db...