You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ AgentKit is an enterprise-level AI Agent development platform launched by Volcen
29
29
This repository contains a collection of examples and tutorials to help you understand, implement, and integrate AgentKit functionalities into your applications.
30
30
31
31
## Project Structure
32
+
32
33
```bash
33
34
.
34
35
├── 01-tutorials
@@ -49,6 +50,7 @@ This repository contains a collection of examples and tutorials to help you unde
49
50
│ │ └── README.md
50
51
│ ├── customer_support
51
52
│ └── video_gen
53
+
├── template/ # Template project for AgentKit samples
52
54
├── README.md
53
55
└── README.zh.md
54
56
```
@@ -99,7 +101,7 @@ All examples require you to first install the AgentKit SDK [Installation Referen
99
101
100
102
Each example follows the standard AgentKit application structure:
101
103
102
-
```
104
+
```text
103
105
Example Directory/
104
106
├── agent.py # Agent main program
105
107
├── requirements.txt # Dependency list
@@ -120,12 +122,10 @@ We welcome community contributions! If you have new examples or improvement sugg
120
122
121
123
1. Fork this repository
122
124
2. Create a feature branch (`git checkout -b feature/amazing-example`)
123
-
3. Commit your changes (`git commit -m 'Add amazing example'`)
124
-
4. Push to the branch (`git push origin feature/amazing-example`)
125
-
5. Create a Pull Request
126
-
127
-
## License
128
-
This project is licensed under the [Apache 2.0 License](./LICENSE)
125
+
3.**Copy the template directory**: Copy the `template/` directory as your new example directory, and rename it to your example name
126
+
4. Commit your changes (`git commit -m 'Add amazing example'`)
127
+
5. Push to the branch (`git push origin feature/amazing-example`)
128
+
6. Create a Pull Request
129
129
130
130
## Support & Feedback
131
131
@@ -138,6 +138,10 @@ This project is licensed under the [Apache 2.0 License](./LICENSE)
-[veadk Official Documentation](https://volcengine.github.io/veadk-python/)
140
140
141
+
## License
142
+
143
+
This project is licensed under the [Apache 2.0 License](./LICENSE)
144
+
141
145
---
142
146
143
-
**Start exploring the powerful capabilities of AgentKit! Choose an example that interests you, follow the tutorials, and build your own agent applications.**
147
+
**Start exploring the powerful capabilities of AgentKit! Choose an example that interests you, follow the tutorials, and build your own agent applications.**
0 commit comments