Register factories no longer call c.RegisterService() explicitly.
WithService auto-discovers name from package path and registers.
Eliminates double-registration error.
Uses WithOption("name", "core-agent") for Options struct.
Co-Authored-By: Virgil <virgil@lethean.io>
|
||
|---|---|---|
| .. | ||
| brain.go | ||
| brain_test.go | ||
| bridge_test.go | ||
| direct.go | ||
| direct_test.go | ||
| messaging.go | ||
| messaging_test.go | ||
| provider.go | ||
| provider_test.go | ||
| register.go | ||
| tools.go | ||