Skip to content

Commit 1f396f6

Browse files
add: PoolAgentDriver entrypoint (#479)
Update project configuration to register a new driver entry point. This change ensures that the PoolAgentDriver is correctly exposed and accessible within the SDK's universal agent framework. ### Highlights * **Entrypoint Registration**: Added the PoolAgentDriver to the gcl_sdk_universal_agent entry points in pyproject.toml to facilitate its discovery.
1 parent 5f9d703 commit 1f396f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ IamUserResetPassword = "exordos_core.events.payloads:ResetPasswordEventPayload"
181181
[project.entry-points."gcl_sdk_universal_agent"]
182182
PasswordCapabilityDriver = "exordos_core.agent.universal.drivers.secret.password:PasswordCapabilityDriver"
183183
CoreDNSCertificateCapabilityDriver = "exordos_core.agent.universal.drivers.secret.cert:CoreDNSCertificateCapabilityDriver"
184+
PoolAgentDriver = "exordos_core.compute.agents.universal.drivers.pool:PoolAgentDriver"
184185

185186
[tool.uv]
186187
package = true

0 commit comments

Comments
 (0)