Skip to main content
Skip table of contents

Create Agent specific projects [VF AgSDK]

Every agent requires at least three projects which should be in the agent's solution folder:

  • <agent name>.ContractsThis project contains the actual business logic of all tasks belonging to the agent.

  • <agent name>.UnitTestsHere all unit tests for the agent and its tasks are located.

  • <agent name>.ConsoleHostThe project that determines how to host the agent in Docker.

Note

All projects must use .NET Core 3.1 or higher and Platform Target AnyCPU!


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.