Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 578 Bytes

tools.md

File metadata and controls

25 lines (19 loc) · 578 Bytes

Tools

Tools are the interface by which Beezle Bug interacts with its environment and controls its internal mechanisms. A tool is a pydantic object that can be selected and executed by an agent.

Beezle Bug has a predefined set of tools:

User Interaction

  • Send text messages

OS

  • Read text files
  • Write text files
  • List directory content
  • Get time and date
  • Execute a cli command. This is buggy and dangerous. Be warned!

Memory Management

  • Add to working memory
  • Update working memory
  • Delete from working memory

Web

  • Web Search
  • Website Scraping