Skip to content

hulz413/fox-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fox-agent

An AI agent framework for learning and building practical agent workflows.

Quickstart

  1. Install
pip install -e .
  1. Create a .env file with the following variables
OPENAI_API_KEY=your_api_key
OPENAI_BASE_URL=your_base_url
OPENAI_MODEL=your_model
  1. Run interactive chat
fox-agent
  1. Run a single prompt
fox-agent -p "What is an AI agent?"
  1. Run with stdin input
cat log.txt | fox-agent -p "Analyze this log"

About

An AI agent framework for learning and building practical agent workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages