Iragent
This project is about using agents as simple as possible with small and large language models
|
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[Agent] | iragent.utility.create_agents (list[dict] agents_list, AgentFactory agent_factory) |