Shell
Example
from bitca.agent import Agent
from bitca.tools.shell import ShellTools
agent = Agent(tools=[ShellTools()], show_tool_calls=True)
agent.print_response("Show me the contents of the current directory", markdown=True)Functions in Toolkit
Function
Description
Information
Last updated