Víctor Mayoral Vilches
809133ffb6
Minor adjustments in the table to set expectations
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-24 07:54:48 +00:00
Víctor Mayoral Vilches
bd308ea69d
Some basic re-styling
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-24 07:53:54 +00:00
Víctor Mayoral Vilches
17ef671b6f
Update Fluency course material
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-24 07:51:15 +00:00
Chris
6a0ba99d66
Noticed a difference in the model-list in completer.py and model.py ( #230 )
...
* fix
* reverted parts of the previous changes as they led to a duplication of model-show
* now /model shows the predefined models (as before)
* the numbering in the cached-models is consistent with model-show and the completer
---------
Co-authored-by: christian.pritzl <christian.pritzl@iu.org>
2025-07-24 09:24:21 +02:00
Chris
d54c2f3d13
Improve MCP command messaging for existing servers ( #229 )
...
Improve MCP command error messaging for existing servers
* Update the messages when attempting to add an already loaded server -> this should clarify that the server is active and there is no error
* Provide guidance on how to reload it
Co-authored-by: christian.pritzl <christian.pritzl@iu.org>
2025-07-22 19:45:43 +02:00
Fan Huang
9043cc262b
Fix MCP command tool assignment and improve CLI error messaging ( #222 )
...
* fix(mcp): correct server param access and agent tool registration
- Use getattr() instead of .get() for accessing server.params attributes
- Fix tool registration logic to properly add tools to Agent
* fix(cli): improve fallback message for failed or unknown commands
- Replaced misleading "Unknown command" message with "Command failed or unknown"
2025-07-22 09:36:37 +02:00
Chris
d54ee445f4
This change should tackle the problem of reassigning already existing… ( #218 )
...
This change should tackle the problem of reassigning already existing docker containers when using /virtualization
* Add image name normalization (the container name might miss the :latest suffix)
-> Introduced a helper function `normalize_image_name` to ensure Docker image names always include a tag (defaulting to ':latest' if missing)
* Updated DockerManager to use the new normalized image names for comparisons when checking for existing containers and images
* Enhanced the error handling for cases where containers already exist, ensuring proper reuse or recreation of containers based on their status
Co-authored-by: christian.pritzl <christian.pritzl@iu.org>
2025-07-22 09:35:48 +02:00
Chris
6e33292699
Update README.md ( #213 )
...
according to "CAI> /mcp help" it should be "/mcp load stdio" instead of "/mcp stdio"
2025-07-22 09:27:09 +02:00
Víctor Mayoral Vilches
615431f2b1
Exclude alias0.5 from the forwarding for local evaluation
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-21 08:51:50 +02:00
Víctor Mayoral Vilches
d8788091cc
Clarify caiextensions, no resources to maintain them publicly
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-14 06:28:29 +00:00
Cristobal Veas
c16d3250dd
add new folder called fluency with notebook for episode 3: my first hack ( #215 )
...
* add new folder called fluency with notebook for episode 3: my first hack
* update notebook and review grammar
---------
Co-authored-by: cris <cris@criss-MacBook-Pro.local>
2025-07-13 10:33:33 +02:00
Víctor Mayoral Vilches
79da0a23ad
Add another article, v0.5.3
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-10 05:39:53 +00:00
Yuri
dbc502fa44
fixed API endpoint for alias models ( #216 )
...
Co-authored-by: Achifaifa <github@achi.se>
2025-07-08 15:58:47 +02:00
Víctor Mayoral Vilches
c49cb0e97c
Add Lakera
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-07 16:49:36 +00:00
Víctor Mayoral Vilches
c04c7f53af
Add https://ethiack.com/
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-07 13:48:43 +00:00
Víctor Mayoral Vilches
9baa0a8030
Improve the history extraction from JSON
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-03 16:24:28 +00:00
Víctor Mayoral Vilches
13350afcee
Contribute CAI Fluency first bits
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-03 16:00:36 +02:00
Víctor Mayoral Vilches
f4d9e198a9
Add a few more companies doing Cybersecurity AI
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-02 09:25:10 +00:00
Víctor Mayoral Vilches
e9b095344c
Add SQUR
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-07-01 13:27:23 +00:00
luijait
f869a9938f
Add alias0-fast pricing and table ( #210 )
...
* Add alias0 fast pricing and table
* Update pricing.json
2025-07-01 14:18:40 +02:00
Víctor Mayoral Vilches
56209ea7b8
Add a bunch of additional closed source alternatives
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-28 21:30:36 +00:00
Víctor Mayoral Vilches
d886b4024d
Remove load_history_from_jsonl_v2
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-27 15:38:35 +00:00
luijait
5456be7456
Message transfer agents ( #207 )
...
* Message list permanent
* Delete debug traces
2025-06-25 16:17:34 +02:00
Víctor Mayoral Vilches
cbc21af32f
Address improved system prompt collection in load_history_from_jsonl_v2
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-25 10:12:54 +00:00
Víctor Mayoral Vilches
7da31f4608
Add a test load_history_from_jsonl_v2 to validate transition
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-25 07:49:10 +00:00
Víctor Mayoral Vilches
aeaeab03bc
v0.5.2
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-24 16:39:32 +00:00
Víctor Mayoral Vilches
9cb5bc7c4b
Extend load_history_from_jsonl to incorporate system prompts
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-24 16:39:10 +00:00
Víctor Mayoral Vilches
587c6ba3e0
Merge branch 'main' of https://gitlab.com/aliasrobotics/alias_research/cai
2025-06-20 11:58:18 +02:00
Víctor Mayoral Vilches
f7ad23508a
v0.5.1
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-20 11:57:49 +02:00
Víctor Mayoral Vilches
3dce3cc7d4
Merge branch 'main-gitlab-aux' into 'main'
...
Integrate changes and various fixes, towards 0.5.1
See merge request aliasrobotics/alias_research/cai!232
2025-06-20 09:54:00 +00:00
Víctor Mayoral Vilches
281296891d
Integrate changes and various fixes, towards 0.5.1
2025-06-20 09:54:00 +00:00
luijait
b653f1d266
Replay fixes ( #201 )
...
* Fix replay tool pricing
* Put properly the pricing
2025-06-19 10:56:19 +02:00
Víctor Mayoral Vilches
e08bc33417
Add new key
...
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
2025-06-18 15:40:13 +02:00
Luis Javier Navarrete Lozano
5ad48fc687
Merge branch '0.5.0' into 'main'
...
Comment test that fails
See merge request aliasrobotics/alias_research/cai!228
2025-06-18 10:06:25 +00:00
luijait
653fe40867
Fix tests
2025-06-18 10:55:31 +02:00
Víctor Mayoral Vilches
b8720ff873
Merge branch 'license' into '0.5.0'
...
add faq license
See merge request aliasrobotics/alias_research/cai!229
2025-06-18 08:30:02 +00:00
Mery-Sanz
fd1a4e9b50
add faq license
2025-06-18 08:28:34 +00:00
Luis Javier Navarrete Lozano
4d8d51646a
Merge branch 'offline_cai' into '0.5.0'
...
remove warning for pricing when CAI offline
See merge request aliasrobotics/alias_research/cai!227
2025-06-18 08:26:32 +00:00
Luis Javier Navarrete Lozano
17bceda93d
Merge branch 'new-agents' into '0.5.0'
...
New agents
See merge request aliasrobotics/alias_research/cai!226
2025-06-18 08:20:41 +00:00
Mery-Sanz
c6b518ee04
remove warning
2025-06-18 07:38:39 +00:00
luijait
14895c06cb
Update stream and completion
2025-06-18 09:13:09 +02:00
Luis Javier Navarrete Lozano
5dad0c05f1
Merge branch 'new-agents' into '0.5.0'
...
Added new agents
See merge request aliasrobotics/alias_research/cai!225
2025-06-17 16:03:19 +00:00
luijait
a672c2d34b
Update model
2025-06-17 18:03:04 +02:00
luijait
d76721436b
Fix run impl typo
2025-06-17 18:03:04 +02:00
luijait
cacd227c76
Fix bad imports and bad arguments in agents
2025-06-17 18:03:04 +02:00
Alfonso Glera
96f967a096
Added new agents
2025-06-17 18:03:04 +02:00
luijait
9a3d14937f
Update model
2025-06-17 18:01:30 +02:00
luijait
d2b12e5170
Fix run impl typo
2025-06-17 17:45:34 +02:00
luijait
2370dba671
Fix bad imports and bad arguments in agents
2025-06-17 17:44:27 +02:00
Alfonso Glera
c38c023606
Added new agents
2025-06-17 13:47:59 +02:00