Iragent
This project is about using agents as simple as possible with small and large language models
Loading...
Searching...
No Matches
utility.py File Reference

Namespaces

namespace  iragent
 
namespace  iragent.utility
 

Functions

str iragent.utility.fetch_url (str url, str parser="lxml")
 
List[str] iragent.utility.chunker (str text, int token_limit=512)
 
list[Agentiragent.utility.create_agents (list[dict] agents_list, AgentFactory agent_factory)