feat(sdk): connect_default() + herolib_ai migration recipes #64
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_aibroker!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_sdk_63_connect_default"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Refs #63 phase 1 (broker side).
default_socket_path()resolver:HERO_AIBROKER_SOCKET→$HERO_SOCKET_DIR/hero_aibroker/rpc.sock→$HOME/hero/var/sockets/hero_aibroker/rpc.sock→/tmp/...AIBrokerAdminAPIClient::connect_default()andAIBrokerRawClient::connect_default()so consumers don't have to assemble the path themselvescrates/hero_aibroker_sdk/src/lib.rsdoc-comment: chat (with the new alias-stringmodelfield instead ofModel::*), model listing, embed/transcribe/tts/image endpoints, streaming, OpenRouter passthroughLockfile sync from upstream
chore: bump version to 0.6.0.Test plan
cargo build -p hero_aibroker_sdk— cleancargo test -p hero_aibroker_sdk --doc— 2 compile-ok, 1 ignored (no_run runtime example)hero_bookslibrarian, since #63 cites it as the trigger case)🤖 Generated with Claude Code
herolib_aiintohero_aibroker_sdk(single AI client) #63