Skip to content

Commit 59c78bf

Browse files
authored
fix: update samples expected model after package updates (#38)
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent eed2bf9 commit 59c78bf

File tree

3 files changed

+57
-65
lines changed

3 files changed

+57
-65
lines changed

samples/crewai/simple_crew/model.json

Lines changed: 28 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Your Name \u003cyou@example.com\u003e"
66
],
7-
"created_at": "2025-03-20T12:19:05Z",
7+
"created_at": "2025-03-25T12:33:14Z",
88
"skills": [
99
{
1010
"category_name": "Natural Language Understanding"
@@ -38,26 +38,32 @@
3838
"packages": [
3939
{
4040
"name": "crewai",
41-
"version": "0.83.0"
42-
},
43-
{
44-
"name": "langchain",
45-
"version": "0.3.20"
46-
},
47-
{
48-
"name": "langchain-openai",
49-
"version": "0.2.14"
41+
"version": "0.108.0"
5042
}
5143
]
5244
}
5345
}
5446
},
5547
{
56-
"name": "oasf.agntcy.org/features/framework/llm",
48+
"name": "oasf.agntcy.org/features/observability/logging",
5749
"version": "v1.0.0",
5850
"data": {
59-
"base_url": "http://localhost:11434",
60-
"model": "ollama/llama3.1"
51+
"format": "\u003cstring\u003e",
52+
"type": "stdout"
53+
}
54+
},
55+
{
56+
"name": "oasf.agntcy.org/features/observability/metrics",
57+
"version": "v1.0.0",
58+
"data": {
59+
"task_duration": "task_duration",
60+
"token_usage": [
61+
"total_tokens",
62+
"prompt_tokens",
63+
"cached_prompt_tokens",
64+
"completion_tokens",
65+
"successful_requests"
66+
]
6167
}
6268
},
6369
{
@@ -68,19 +74,18 @@
6874
}
6975
},
7076
{
71-
"name": "oasf.agntcy.org/features/framework/evaluation",
77+
"name": "oasf.agntcy.org/features/framework/memory",
7278
"version": "v1.0.0",
7379
"data": {
74-
"provider": "local",
75-
"type": "evaluator agent"
80+
"enabled": false
7681
}
7782
},
7883
{
7984
"name": "oasf.agntcy.org/features/runtime/language",
8085
"version": "v0.0.0",
8186
"data": {
8287
"type": "python",
83-
"version": "\u003e=3.11,\u003c3.13"
88+
"version": "\u003c3.13,\u003e=3.10"
8489
}
8590
},
8691
{
@@ -95,32 +100,19 @@
95100
}
96101
},
97102
{
98-
"name": "oasf.agntcy.org/features/observability/logging",
99-
"version": "v1.0.0",
100-
"data": {
101-
"format": "\u003cstring\u003e",
102-
"type": "stdout"
103-
}
104-
},
105-
{
106-
"name": "oasf.agntcy.org/features/observability/metrics",
103+
"name": "oasf.agntcy.org/features/framework/llm",
107104
"version": "v1.0.0",
108105
"data": {
109-
"task_duration": "task_duration",
110-
"token_usage": [
111-
"total_tokens",
112-
"prompt_tokens",
113-
"cached_prompt_tokens",
114-
"completion_tokens",
115-
"successful_requests"
116-
]
106+
"base_url": "http://localhost:11434",
107+
"model": "ollama/llama3.1"
117108
}
118109
},
119110
{
120-
"name": "oasf.agntcy.org/features/framework/memory",
111+
"name": "oasf.agntcy.org/features/framework/evaluation",
121112
"version": "v1.0.0",
122113
"data": {
123-
"enabled": false
114+
"provider": "local",
115+
"type": "evaluator agent"
124116
}
125117
}
126118
]

samples/langgraph/research/model.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Zsolt Kacsándi \u003czkacsand@cisco.com\u003e"
66
],
7-
"created_at": "2025-03-20T12:20:16Z",
7+
"created_at": "2025-03-25T12:38:35Z",
88
"skills": [
99
{
1010
"category_name": "Natural Language Understanding"
@@ -29,25 +29,6 @@
2929
}
3030
],
3131
"extensions": [
32-
{
33-
"name": "oasf.agntcy.org/features/observability/logging",
34-
"version": "v1.0.0",
35-
"data": {
36-
"format": "\u003cstring\u003e",
37-
"type": "stdout"
38-
}
39-
},
40-
{
41-
"name": "oasf.agntcy.org/features/framework/llm",
42-
"version": "v1.0.0",
43-
"data": {
44-
"max_retries": 2,
45-
"max_tokens": null,
46-
"model": "gpt-4o-mini",
47-
"temperature": 0,
48-
"timeout": null
49-
}
50-
},
5132
{
5233
"name": "oasf.agntcy.org/features/runtime/framework",
5334
"version": "v0.0.0",
@@ -57,19 +38,19 @@
5738
"packages": [
5839
{
5940
"name": "langchain",
60-
"version": "0.3.14"
41+
"version": "0.3.21"
6142
},
6243
{
6344
"name": "langchain-ollama",
64-
"version": "0.2.2"
45+
"version": "0.2.3"
6546
},
6647
{
6748
"name": "langchain-openai",
68-
"version": "0.2.14"
49+
"version": "0.3.10"
6950
},
7051
{
7152
"name": "langgraph",
72-
"version": "0.2.61"
53+
"version": "0.3.19"
7354
}
7455
]
7556
}
@@ -80,7 +61,7 @@
8061
"version": "v0.0.0",
8162
"data": {
8263
"type": "python",
83-
"version": "^3.12"
64+
"version": "\u003c4.0,\u003e=3.9"
8465
}
8566
},
8667
{
@@ -100,6 +81,25 @@
10081
"output_name": "report",
10182
"output_type": "string"
10283
}
84+
},
85+
{
86+
"name": "oasf.agntcy.org/features/observability/logging",
87+
"version": "v1.0.0",
88+
"data": {
89+
"format": "\u003cstring\u003e",
90+
"type": "stdout"
91+
}
92+
},
93+
{
94+
"name": "oasf.agntcy.org/features/framework/llm",
95+
"version": "v1.0.0",
96+
"data": {
97+
"max_retries": 2,
98+
"max_tokens": null,
99+
"model": "gpt-4o-mini",
100+
"temperature": 0,
101+
"timeout": null
102+
}
103103
}
104104
]
105105
}

samples/llama-index/research/model.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Michele Papalini \u003cmicpapal@cisco.com\u003e"
66
],
7-
"created_at": "2025-03-20T12:25:05Z",
7+
"created_at": "2025-03-25T12:39:29Z",
88
"skills": [
99
{
1010
"category_name": "Natural Language Understanding"
@@ -72,11 +72,11 @@
7272
"packages": [
7373
{
7474
"name": "llama-index",
75-
"version": "0.12.10"
75+
"version": "0.12.25"
7676
},
7777
{
7878
"name": "llama-index-llms-azure-openai",
79-
"version": "0.3.0"
79+
"version": "0.3.2"
8080
}
8181
]
8282
}
@@ -87,7 +87,7 @@
8787
"version": "v0.0.0",
8888
"data": {
8989
"type": "python",
90-
"version": "^3.12"
90+
"version": "\u003c4.0,\u003e=3.9"
9191
}
9292
}
9393
]

0 commit comments

Comments
 (0)