feat(core): add embedded v2 session runtime and tool foundation (#30632)
This commit is contained in:
parent
c35267776a
commit
76ee87ead8
215 changed files with 31398 additions and 3332 deletions
|
|
@ -122,6 +122,8 @@ export const layer = Layer.effect(
|
|||
return skills
|
||||
})
|
||||
|
||||
// QUESTION(Dax): Should local skill sources invalidate on filesystem watch
|
||||
// events, following the reload policy chosen for other context sources?
|
||||
const cache = new Map<string, Info[]>()
|
||||
const list = Effect.fn("SkillV2.list")(function* () {
|
||||
const skills = new Map<string, Info>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue