This project is a demo API that closely resembles the original production API. It is designed to create a safe testing environment, allowing developers to test and experiment without exposing or ...
hi_agent_demo/ ├── README.md # 项目说明文档 ├── requirements.txt # Python依赖包 ├── config.json # 配置文件 ├── client.py # HiAgent API客户端 ├── examples/ # 示例代码目录 │ ├── basic_usage.py ...