Views
No views yet
huggingface-agent-project
├── main.py # Entry point for the agent
├── agent_config.py # Configuration and model loading
├── tools # Directory for custom tools
│ ├── __init__.py # Package initializer for tools
│ ├── wiki_tool.py # Tool for fetching Wikipedia summaries
│ ├── web_search_tool.py # Tool for performing web searches using DuckDuckGo
│ ├── excel_analysis_tool.py # Tool for analyzing Excel files
├── requirements.txt # Project dependencies
└── README.md # Project documentationgit clone <repository-url>
cd huggingface-agent-projectpip install -r requirements.txtpython main.pyHfApiModel to interact with models such as DeepSeek-R1 or DeepSeek-Coder.