feat: created the skill registry

This commit is contained in:
2026-06-01 11:41:04 -06:00
parent f401c637cc
commit 84c6f88cf2
3 changed files with 331 additions and 0 deletions
+3
View File
@@ -12,6 +12,7 @@ mod request_context;
mod role;
mod session;
mod skill;
mod skill_registry;
pub(crate) mod todo;
mod tool_scope;
mod update;
@@ -33,6 +34,8 @@ pub use self::role::{
use self::session::Session;
#[allow(unused_imports)]
pub use self::skill::Skill;
#[allow(unused_imports)]
pub use self::skill_registry::SkillRegistry;
pub use self::update::run_self_update;
use crate::client::{
ClientConfig, MessageContentToolCalls, Model, ModelType, OPENAI_COMPATIBLE_PROVIDERS,