Richard Palethorpe
e128cde613
chore(gitignore): Add volumes directory for docker compose
...
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-04-09 19:21:36 +01:00
mudler
bc7f6f059c
Reply when skipping loops
2025-04-09 19:49:39 +02:00
mudler
0eb68b6c20
feat: add loop detection
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-09 19:13:41 +02:00
mudler
1c4ab09335
Update README
2025-04-09 18:28:59 +02:00
mudler
abc7d6e080
Do not protect endpoint by default
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-09 18:08:22 +02:00
mudler
cb15f926e8
fix(tests): wait for API to be available
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-09 15:26:53 +02:00
Richard Palethorpe
70282535d4
fix(app): Use Correct log format
2025-04-09 13:30:56 +01:00
Ettore Di Giacinto
5111738b3b
Wait for API to be ready
2025-04-08 22:45:15 +02:00
Ettore Di Giacinto
c141a9bd80
Not needed here
2025-04-08 22:34:37 +02:00
Ettore Di Giacinto
c8cf70b1d0
Update gpu docker compose
2025-04-08 22:28:55 +02:00
Ettore Di Giacinto
3f83f5c4b0
Fix docker compose for gpu
2025-04-08 22:28:21 +02:00
Ettore Di Giacinto
45fbfed030
Update images
2025-04-08 22:27:13 +02:00
Ettore Di Giacinto
2b3f61aed1
Use public runners
2025-04-08 22:19:15 +02:00
Ettore Di Giacinto
e7111c6554
Rename
2025-04-08 22:18:32 +02:00
Ettore Di Giacinto
894dde9256
Merge remote-tracking branch 'localagent/master' into rewrite
2025-04-08 22:08:11 +02:00
Ettore Di Giacinto
446908b759
nuke old implementation
2025-04-08 22:07:59 +02:00
Richard Palethorpe
18364d169e
fix(ui): Don't convert form inputs from string
...
Action, connector, MCP, dynamic prompts and anything else that is
stored as an array in the config; their fields are always stored
as string by the backend.
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-04-07 14:02:38 +01:00
Richard Palethorpe
6464a33912
fix(docker): Use localrecall main tag instead of master
...
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-04-07 12:23:57 +01:00
Richard Palethorpe
34caeea081
feat(docker): Add Intel Sycl Docker Compose file
...
Signed-off-by: Richard Palethorpe <io@richiejp.com >
2025-04-07 12:23:57 +01:00
mudler
25286a828c
chore(gpu-example): update with multimodal model and image-gen model
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-04 11:54:20 +02:00
mudler
6747fe87f2
chore: update docker compose files
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-03 18:38:35 +02:00
Ettore Di Giacinto
09559f9ed9
chore(ci): push to localagi ( #137 )
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-03 18:29:57 +02:00
Ettore Di Giacinto
4107a7a063
Update README.md
2025-04-03 17:35:28 +02:00
Ettore Di Giacinto
e3d4177c53
chore(README): update ( #133 )
...
* chore(README): update
Signed-off-by: mudler <mudler@localai.io >
* Update logos
---------
Signed-off-by: mudler <mudler@localai.io >
2025-04-03 17:35:07 +02:00
Richard Palethorpe
ee77bba615
fix: Don't crash when some agents fail to start
2025-04-03 16:11:21 +01:00
Ettore Di Giacinto
0709f2f1ff
Revert "feat(ui): Action playground config and parameter forms ( #129 )"
...
This reverts commit 1eee5b5a32 .
2025-04-03 14:46:04 +01:00
Richard Palethorpe
a569e37a34
fix(ui): Send number input as number JSON not string ( #130 )
...
* fix(ui): Submit number fields as numbers not text
* fix(ui): Remove some debug messages
2025-04-03 15:27:23 +02:00
Richard Palethorpe
1eee5b5a32
feat(ui): Action playground config and parameter forms ( #129 )
2025-04-03 15:26:14 +02:00
Ettore Di Giacinto
ffee9d8307
Update README.md
2025-04-02 23:24:45 +02:00
Ettore Di Giacinto
ff20a0332e
Update README.md
2025-04-02 23:14:11 +02:00
Richard Palethorpe
034f596e06
fix(docker): Set API key on LocalAI ( #128 )
2025-04-02 21:47:00 +02:00
mudler
daa7dcd12a
fix(discord): make it work
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-02 19:40:27 +02:00
mudler
b81f34a8f8
Answer if mentioned if not specifying a default channel
...
Signed-off-by: mudler <mudler@localai.io >
2025-04-02 17:10:03 +02:00
Richard Palethorpe
6d9f1a95cc
fix(ui): Set page title
2025-04-02 08:28:49 +01:00
Richard Palethorpe
9f77bb99f1
fix(ui): Various fixes
2025-04-02 08:28:49 +01:00
Richard Palethorpe
74fdfd7a55
feat(ui): Add import agent screen
2025-04-02 08:28:49 +01:00
Richard Palethorpe
7494aa9c26
fix(ui): Prevent infinite loop when displaying error toast in chat
2025-04-02 08:28:49 +01:00
Ettore Di Giacinto
e90c192063
feat(call_agents): merge metadata of results ( #126 )
...
* feat(call_agents): merge metadata of results
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* chore: correct env typo
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
* Update services/actions/callagents.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* chore: add icon to thinking
---------
Signed-off-by: Ettore Di Giacinto <mudler@localai.io >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-04-01 21:57:32 +02:00
Richard Palethorpe
53d135bec9
chore(ui): Move zombie UI to old
2025-04-01 17:25:04 +01:00
Richard Palethorpe
99e0011920
Revert "chore(ui): Nuke original web UI, in favor of React"
...
This reverts commit 86cb9f1282 .
2025-04-01 17:25:04 +01:00
Richard Palethorpe
5023bc77f4
feat(ui): Add custom action config meta data
2025-04-01 17:25:04 +01:00
Richard Palethorpe
a5ba49ec93
fix(ui): rm broken status message (it's in the button already)
2025-04-01 17:25:04 +01:00
Ettore Di Giacinto
f3c06b1bfb
feat(api): implement stateful responses api ( #122 )
...
* feat(api): implement stateful responses api
Signed-off-by: mudler <mudler@localai.io >
* fix(tests): align client to API changes
Signed-off-by: mudler <mudler@localai.io >
---------
Signed-off-by: mudler <mudler@localai.io >
2025-04-01 18:00:37 +02:00
Richard Palethorpe
86cb9f1282
chore(ui): Nuke original web UI, in favor of React
2025-04-01 14:36:33 +01:00
Richard Palethorpe
d8cf5b419b
Update README with new API paths
2025-04-01 14:36:33 +01:00
Richard Palethorpe
bb4459b99f
chore: Add alternate bin name to .gitignore
2025-04-01 14:36:33 +01:00
Richard Palethorpe
ab3e6ae3c8
fix(ui): Fix SSE in chat
2025-04-01 14:36:33 +01:00
Richard Palethorpe
1f8c601795
fix(ui): Format item type label when it contians underscore
2025-04-01 14:36:33 +01:00
Richard Palethorpe
f70985362d
chore(ui): Remove original UI/API routes
2025-04-01 14:36:33 +01:00
Richard Palethorpe
cafaa0e153
feat(ui): Add dynamic prompt config
2025-04-01 14:36:33 +01:00