Skip to content

🤖 Agent with a tool. #reasoning #agent #multi-search

Notifications You must be signed in to change notification settings

pilarcode/agent-wikipedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude3 Agent with a tool for searching on wikipedia

agent with a tool

Deployment

  • Build the whl by using poetry
	poetry build
  • Backend : Fast API
	cd app_backend && docker build -t backend .
	cd app_backend && docker run -it -p 8000:8000 backend
  • Frontend: Gradio Chatbot
	cd app && docker build -t  front .
	cd app && docker run -it -p 8510:8510 front
  • Docker Comands
	docker images
	docker rmi -f <image_id>

Reference

About

🤖 Agent with a tool. #reasoning #agent #multi-search

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published