Commit 05abf54
authored
feat: Refactor Anthropic/OpenAI driver, streaming protocols and more (#16)
* feat: Refactor Anthropic driver
* wip
* wip
* wip
* wip
* fix
* stan
* wip
* update tests
* stan
* wip
* fix and refactor
* add caching support
* wip
* wip
* wip
* vercel
* improvements
* streaming protocols
* wip
* pass through thread id
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* 🎨
* stan
* wip
* update tests
* update tests
* fixes
* 🎨
* wip
* agents as tools
* tweak
* fix error streaming
* wip
* use internal package
* skills
* fixes
* updates
* fix
* wip
* improvements
* add logger
* wip
* fixes
* fix constraint
* cleanup
* initial docs1 parent d3414a4 commit 05abf54
File tree
470 files changed
+37025
-4634
lines changed- .cursor/commands
- .github
- workflows
- config
- docs
- assets
- providers
- cortex
- agents
- llm
- providers
- prompts
- factories
- tools
- resources
- css
- js
- actions
- Cortex
- Http
- Controllers
- Orchestra
- Workbench
- Http
- Controllers
- components
- assistant-ui
- tools
- ui
- hooks
- layouts
- app
- auth
- settings
- lib
- pages
- agents
- routes
- cortex
- agents
- api
- agents
- agui
- storage
- local
- workbench
- types
- wayfinder
- views
- routes
- src
- AGUI
- Contracts
- Enums
- Events
- Agents
- Contracts
- Middleware
- Prebuilt
- Stages
- Console
- Contracts
- Events
- Contracts
- Facades
- Http/Controllers
- LLM
- Contracts
- Data
- Concerns
- Messages
- Content
- Drivers
- Anthropic
- Concerns
- OpenAI
- Chat
- Concerns
- Responses
- Concerns
- Enums
- Streaming
- Memory
- Contracts
- Stores
- OutputParsers
- Pipeline
- Prompts
- Builders
- Factories
- Templates
- SDK
- Anthropic
- Contracts
- Data/Messages
- ContentBlocks
- Streaming
- Events
- Requests
- Resources
- OpenAI
- Contracts
- Data/Responses
- Message
- OutputItems
- Reasoning
- Streaming/Events
- Requests
- Resources
- Skills
- Support
- Events
- Subscribers
- Traits
- Tools
- Prebuilt
- ToolKits
- tests
- Unit
- Agents
- LLM
- Data/Messages
- Drivers
- Anthropic
- OpenAI
- Streaming
- OutputParsers
- Prompts
- Builders
- Factories
- Templates
- SDK
- Anthropic
- OpenAI
- Skills
- Support
- fixtures
- anthropic
- content/images
- prompts
- sdk
- anthropic/messages
- openai/responses
- skills
- code-review
- cortex-docs
- create-rule
- no-frontmatter
- workbench
- app/Providers
- resources/views
- routes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
470 files changed
+37025
-4634
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
68 | | - | |
69 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| |||
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
63 | | - | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| |||
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
89 | 100 | | |
90 | 101 | | |
91 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
39 | 30 | | |
40 | 31 | | |
41 | | - | |
| 32 | + | |
42 | 33 | | |
43 | | - | |
44 | 34 | | |
45 | 35 | | |
46 | 36 | | |
47 | 37 | | |
48 | 38 | | |
49 | | - | |
| 39 | + | |
50 | 40 | | |
51 | 41 | | |
52 | | - | |
| 42 | + | |
53 | 43 | | |
54 | 44 | | |
55 | 45 | | |
| |||
68 | 58 | | |
69 | 59 | | |
70 | 60 | | |
71 | | - | |
| 61 | + | |
72 | 62 | | |
| 63 | + | |
73 | 64 | | |
74 | | - | |
75 | | - | |
| 65 | + | |
| 66 | + | |
76 | 67 | | |
77 | | - | |
| 68 | + | |
78 | 69 | | |
79 | 70 | | |
80 | | - | |
| 71 | + | |
81 | 72 | | |
82 | 73 | | |
83 | 74 | | |
84 | 75 | | |
85 | | - | |
86 | | - | |
| 76 | + | |
| 77 | + | |
87 | 78 | | |
88 | | - | |
89 | | - | |
| 79 | + | |
| 80 | + | |
90 | 81 | | |
91 | | - | |
| 82 | + | |
92 | 83 | | |
93 | 84 | | |
94 | | - | |
| 85 | + | |
95 | 86 | | |
96 | 87 | | |
97 | 88 | | |
98 | 89 | | |
99 | | - | |
| 90 | + | |
100 | 91 | | |
101 | 92 | | |
102 | | - | |
103 | | - | |
| 93 | + | |
| 94 | + | |
104 | 95 | | |
105 | | - | |
| 96 | + | |
106 | 97 | | |
107 | 98 | | |
108 | 99 | | |
| |||
365 | 356 | | |
366 | 357 | | |
367 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
368 | 371 | | |
Loading
0 commit comments