@swifty.js/swifty 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/agent-O6C4FCQY.js +4 -0
- package/dist/anthropic-CFM2DXMB.js +4 -0
- package/dist/checker-A6PGACKZ.js +4 -0
- package/dist/chunk-4ABFUBO4.js +601 -0
- package/dist/{chunk-K5ZK27BX.js → chunk-AGJYBJ5M.js} +1 -1
- package/dist/chunk-MVVSONAE.js +4 -0
- package/dist/chunk-OQCEP2F5.js +4 -0
- package/dist/{chunk-QFSCPD63.js → chunk-TCQ4EB4G.js} +1 -1
- package/dist/chunk-Y2UUXOQA.js +4 -0
- package/dist/chunk-YAXZ2OUD.js +150 -0
- package/dist/lib/agent-YRTROHXU.js +10 -0
- package/dist/lib/{anthropic-CL5IK7KN.js → anthropic-R6DMXE7U.js} +3 -4
- package/dist/lib/{checker-BS4MK3O6.js → checker-M7RKMKJQ.js} +2 -3
- package/dist/lib/{chunk-IYPTOY3Y.js → chunk-4MDCRPVV.js} +35 -26
- package/dist/lib/{chunk-RMB3J46W.js → chunk-A4MXZA5Q.js} +197 -36
- package/dist/lib/{chunk-7QPDFSQE.js → chunk-EWE5IWZE.js} +20 -10
- package/dist/lib/{chunk-KG4MJGKQ.js → chunk-FZ4Y6MBN.js} +1 -4
- package/dist/lib/{chunk-OOSNCCI7.js → chunk-J6AV7SIF.js} +143 -148
- package/dist/lib/{chunk-I7OPU4K2.js → chunk-OEPCNATU.js} +192 -32
- package/dist/lib/{chunk-PIL7M52F.js → chunk-XT67KGWE.js} +16 -3
- package/dist/lib/index.d.ts +856 -778
- package/dist/lib/index.js +2261 -749
- package/dist/lib/{openai-LH4E7ZQS.js → openai-5N42ZYIJ.js} +1 -1
- package/dist/lib/{tool-filter-CS6W2GMU.js → tool-filter-XG2GXFVN.js} +3 -2
- package/dist/main.js +140 -140
- package/dist/openai-NQYARTT6.js +34 -0
- package/dist/{server-IVIRQTO7.js → server-BNT2IIKB.js} +17 -17
- package/dist/tool-filter-5NDJMSTD.js +4 -0
- package/package.json +1 -1
- package/dist/agent-TCNIRVHD.js +0 -4
- package/dist/anthropic-7RIVSEDF.js +0 -4
- package/dist/checker-3LHDOATB.js +0 -4
- package/dist/chunk-2IBMB3ZM.js +0 -150
- package/dist/chunk-E55KH72M.js +0 -4
- package/dist/chunk-FA26MQ7K.js +0 -257
- package/dist/chunk-QCKJLO6X.js +0 -4
- package/dist/chunk-TKADLB2Q.js +0 -4
- package/dist/chunk-VA64DJNN.js +0 -4
- package/dist/lib/agent-IRY7KR5D.js +0 -11
- package/dist/lib/chunk-GHF2PSEW.js +0 -8
- package/dist/openai-RZLCY55V.js +0 -34
- package/dist/tool-filter-CG3KGQQW.js +0 -4
|
@@ -2,16 +2,17 @@ import {
|
|
|
2
2
|
ASYNC_AGENT_ALLOWED_TOOLS,
|
|
3
3
|
CUSTOM_AGENT_DISALLOWED_TOOLS,
|
|
4
4
|
FORK_QUERY_SOURCE,
|
|
5
|
+
MAIN_AGENT_ONLY_TOOLS,
|
|
5
6
|
SUBAGENT_DISALLOWED_TOOLS,
|
|
6
7
|
TEAMMATE_DISALLOWED_TOOLS,
|
|
7
8
|
cloneRegistryForFork,
|
|
8
9
|
filterToolsForAgent
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-GHF2PSEW.js";
|
|
10
|
+
} from "./chunk-EWE5IWZE.js";
|
|
11
11
|
export {
|
|
12
12
|
ASYNC_AGENT_ALLOWED_TOOLS,
|
|
13
13
|
CUSTOM_AGENT_DISALLOWED_TOOLS,
|
|
14
14
|
FORK_QUERY_SOURCE,
|
|
15
|
+
MAIN_AGENT_ONLY_TOOLS,
|
|
15
16
|
SUBAGENT_DISALLOWED_TOOLS,
|
|
16
17
|
TEAMMATE_DISALLOWED_TOOLS,
|
|
17
18
|
cloneRegistryForFork,
|