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
In the Taskfiles, all required tasks and steps are defined in a structured manner. Each CSIT component contains its necessary tasks within dedicated Taskfiles, with higher-level Taskfiles incorporating lower-level ones to efficiently leverage their defined tasks.
@@ -94,7 +74,6 @@ task: Available tasks for this project:
94
74
* integrations:directory:test-env:deploy: Deploy Agntcy directory test env
The samples directory in the CSIT repository serves two primary purposes related to the testing of agentic applications:
336
-
337
-
338
-
1. Compilation and Execution Verification: The agentic applications stored within the samples directory are subjected to sample tests. These tests are designed to run whenever changes are made to the agentic apps to ensure they compile correctly and are able to execute as expected.
339
-
2. Base for Agent Directory Integration Test:
340
-
The agentic applications in the samples directory also serve as the foundation for the agent model build and push test. This specific test checks for the presence of two required files: model.json and build.config.yaml. If these files are present within an agentic application, the integration agent model build and push testa are triggered. This test is crucial for validating the construction and verification of the agent model, ensuring that all necessary components are correctly configured and operational.
341
-
342
-
## Running tests
343
-
344
-
We can launch tests using taskfile locally or in GitHub actions.
345
-
Running locally we need some tools to build the sample applications and run the tests.
If we want to update the `integrations/agntcy-dir/examples/dir/e2e/testdata` directory we will need to add `agntcy/dir` as a remote and create a patch for it by diffing with the `agntcy/dir` repo
0 commit comments