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
-`veadk deploy`: deploy your project to Volcengine VeFaaS platform
63
+
-`veadk prompt`: otpimize the system prompt of your agent by PromptPilot
66
64
67
65
## Contribution
68
66
@@ -73,6 +71,12 @@ pip install pre-commit
73
71
pre-commit install
74
72
```
75
73
74
+
Before commit or push your changes, please make sure the unittests are passed ,otherwise your PR will be rejected by CI/CD workflow. Running the unittests by:
75
+
76
+
```bash
77
+
pytest -n 16
78
+
```
79
+
76
80
## License
77
81
78
82
This project is licensed under the [Apache 2.0 License](./LICENSE).
0 commit comments