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

Namespaces

namespace  iragent
 
namespace  iragent.tools
 

Functions

str iragent.tools.get_time_now ()
 Just return current local time.
 
bool iragent.tools.simple_termination (str word, Message message)
 This is just a function that check if the termination keyword was in the message, return True or False.
 
str iragent.tools.agent_test (str input, str prompt, dict cfg)