Commit Graph

206 Commits

Author SHA1 Message Date
Anderson Lemes
d4618fa345 fix: comprehensive websocket and LLM model validation
- Fix original websocket format error
- Add robust model validation for all agent types
- Prevent empty model strings in LiteLLM calls
- Update Pydantic V2 compatibility (dict() -> model_dump())
- Improve error handling in workflow agents
- Add comprehensive logging and validation
2025-06-04 22:58:13 -03:00
Anderson Lemes
473cf63252 fix(agent_builder): correct sub-agent tuple return format 2025-06-02 23:30:41 -03:00
Davidson Gomes
6f1d2745fd
Merge pull request #31 from Danielpeter-99/main
fix: update import to new path
2025-06-02 18:59:04 -03:00
Davidson Gomes
b918ffdf76
Merge pull request #32 from Danielpeter-99/patch-1
Create CODE_OF_CONDUCT.md
2025-05-31 11:29:18 -03:00
Davidson Gomes
3ba85d9c37
Merge pull request #34 from Danielpeter-99/patch-2
Create CONTRIBUTING.md
2025-05-31 11:28:56 -03:00
Davidson Gomes
e198d858b9
Merge pull request #35 from Danielpeter-99/patch-3
Create SECURITY.md
2025-05-31 11:28:37 -03:00
Arley Daniel Peter
c2df6a0a5c
Create SECURITY.md 2025-05-30 14:15:36 -03:00
Arley Daniel Peter
509e03d46d
Create CONTRIBUTING.md 2025-05-30 14:13:28 -03:00
Arley Daniel Peter
d09a9ca046
Create CODE_OF_CONDUCT.md
Proposing general code of conduct for open source repository
2025-05-30 11:18:24 -03:00
Danielpeter-99
17524e5dff fix: adding local build image, adding local .env to docker compose 2025-05-29 17:40:49 -04:00
Danielpeter-99
840e55438a fix: update import to new path 2025-05-29 17:39:08 -04:00
Davidson Gomes
0b722c9852 Merge tag '0.1.0' into develop
v
2025-05-24 11:01:15 -03:00
Davidson Gomes
7ff7a1455c Merge branch 'release/0.1.0' 2025-05-24 11:01:14 -03:00
Davidson Gomes
b4939b0fca chore(frontend): update .dockerignore and .gitignore to correct lib directory entry; add new utility and file handling modules 2025-05-24 11:00:55 -03:00
Davidson Gomes
eb7bb06ef3 Merge tag '0.1.0' into develop
v
2025-05-24 10:58:00 -03:00
Davidson Gomes
53e2c7016c Merge branch 'release/0.1.0' 2025-05-24 10:57:59 -03:00
Davidson Gomes
27a367972b chore(frontend): update .dockerignore and Dockerfile for frontend build 2025-05-24 10:57:43 -03:00
Davidson Gomes
c9087b1918 Merge tag '0.1.0' into develop
v
2025-05-24 10:49:20 -03:00
Davidson Gomes
772263f7d7 Merge branch 'release/0.1.0' 2025-05-24 10:49:18 -03:00
Davidson Gomes
e2d3483de2 chore(frontend): add .dockerignore file to exclude unnecessary files from Docker context 2025-05-24 10:48:51 -03:00
Davidson Gomes
62a47cc7d2 Merge tag '0.1.0' into develop
v
2025-05-24 10:42:54 -03:00
Davidson Gomes
fe778b3eb9 Merge branch 'release/0.1.0' 2025-05-24 10:42:52 -03:00
Davidson Gomes
4e1f663787 chore(frontend): update Dockerfile to use --no-frozen-lockfile for pnpm install 2025-05-24 10:42:34 -03:00
Davidson Gomes
9ef4835344 docs(readme): update frontend configuration section to reflect correct .env file name 2025-05-24 10:34:30 -03:00
Davidson Gomes
dc01331696 Merge tag '0.1.0' into develop
v
2025-05-24 10:32:22 -03:00
Davidson Gomes
f1f2ba8823 Merge branch 'release/0.1.0' 2025-05-24 10:32:19 -03:00
Davidson Gomes
027c096377 chore(changelog): update CHANGELOG for version 0.1.0 with new features and changes 2025-05-24 10:30:58 -03:00
Davidson Gomes
c4a4e5fd68 feat(makefile): update run command to exclude frontend and log files during reload 2025-05-24 10:27:30 -03:00
Davidson Gomes
956d16a854 feat(frontend): add initial frontend structure with components, services, and assets 2025-05-24 09:51:34 -03:00
Davidson Gomes
482c1693d1 feat(env): add AI engine configuration option to .env.example and update README for improved clarity 2025-05-19 15:34:42 -03:00
Davidson Gomes
e2e756156f Merge branch 'develop' of github.com:EvolutionAPI/evo-ai into develop 2025-05-19 15:22:44 -03:00
Davidson Gomes
cf24a7ce5d feat(api): integrate new AI engines and update chat routes for dynamic agent handling 2025-05-19 15:22:37 -03:00
Davidson Gomes
3e8c322e79
Merge pull request #20 from gomessguii/fix/url-safe-characters
feat(custom_tools): URL encode path parameters and improve response handling
2025-05-19 08:35:19 -03:00
Guilherme Gomes
9135aa59d6 feat(custom_tools): URL encode path parameters and improve response handling 2025-05-19 01:21:30 -03:00
Davidson Gomes
ef4e4ee1c7
Merge pull request #17 from Danielpeter-99/main
feat(mcp): enhance MCP server creation with tool discovery and async handling
2025-05-18 08:13:07 -03:00
Arley Daniel Peter
7a9d3e1477
feat: Add MCP tools discovery functionality
- Implement async MCP server tool discovery
- Add sync wrapper for tool discovery
- Include tool metadata serialization
- Add proper file documentation and licensing
2025-05-17 16:35:34 -03:00
Arley Daniel Peter
b619d88d4e
feat: if tools are empty, auto-fetch and save 2025-05-17 16:34:01 -03:00
Arley Daniel Peter
2c7e5d0528
feat: update schemas to make tools optional
since they are automatically fetched, no need to make them mandatory
2025-05-17 16:33:17 -03:00
Arley Daniel Peter
c469bf1998
feat: use run_in_threadpool to fetch tools 2025-05-17 16:32:31 -03:00
Davidson Gomes
25db7e8a9a
Merge pull request #16 from VCalazans/FEAT/CREATE-DELAY-NODE
 feat: Create node dealay
2025-05-17 11:42:43 -03:00
Victor Calazans
d01644c00c Change doc
Change doc
2025-05-17 09:37:56 -03:00
Victor Calazans
86258efcbd Remove messages
Remove messages
2025-05-17 09:17:43 -03:00
Davidson Gomes
24d7950d13
Merge pull request #14 from Danielpeter-99/patch-1
Update docker-compose.yml image to correct image
2025-05-17 07:13:02 -03:00
Arley Daniel Peter
f000a08701
Update docker-compose.yml image to correct image
Updating image to correct image https://hub.docker.com/r/evoapicloud/evo-ai/tags on latest
2025-05-16 22:48:35 -03:00
Victor Calazans
257d50a584 feat: Create delay node 2025-05-16 22:25:39 -03:00
Davidson Gomes
9f176bf0e0 Merge tag '0.0.11' into develop
v
2025-05-16 12:15:49 -03:00
Davidson Gomes
21e67e43a3 Merge branch 'release/0.0.11' 2025-05-16 12:15:48 -03:00
Davidson Gomes
c916b7a660 chore(changelog): update changelog for version 0.0.11 with service fixes 2025-05-16 12:15:41 -03:00
Davidson Gomes
c6916eabc5
Merge pull request #9 from Rodribm10/patch-2
Update docker-compose.yml
2025-05-16 09:51:19 -03:00
Davidson Gomes
7f35a9a6bc
Merge pull request #10 from oriondesign2015/develop
⚙️ Fix: importação, seeders automáticos e verificação por e-mail
2025-05-16 09:50:36 -03:00