Davidson Gomes
|
b21e355ce1
|
Merge branch 'release/0.0.4'
|
2025-05-12 17:51:36 -03:00 |
|
Davidson Gomes
|
0c69df107e
|
refactor(a2a_task_manager): improve JSON handling and error logging for chunk processing
|
2025-05-12 17:51:27 -03:00 |
|
Davidson Gomes
|
4800807783
|
docs: add Langfuse integration section to README for tracing and observability
|
2025-05-12 17:29:13 -03:00 |
|
Davidson Gomes
|
71ecc8f35b
|
Merge tag '0.0.3' into develop
v
|
2025-05-12 17:20:31 -03:00 |
|
Davidson Gomes
|
782c2aceff
|
Merge branch 'release/0.0.3'
|
2025-05-12 17:20:29 -03:00 |
|
Davidson Gomes
|
ff27fb157c
|
Merge tag '0.0.2' into develop
v
|
2025-05-12 17:12:51 -03:00 |
|
Davidson Gomes
|
bafbd494ed
|
Merge branch 'release/0.0.2'
|
2025-05-12 17:12:48 -03:00 |
|
Davidson Gomes
|
ab1f528a34
|
feat(otel): integrate OpenTelemetry for Langfuse monitoring and add configuration settings
|
2025-05-12 17:12:39 -03:00 |
|
Davidson Gomes
|
f319b89806
|
refactor(chat_routes, agent_runner, workflow_agent): improve JSON handling and clean up code
|
2025-05-12 16:26:06 -03:00 |
|
Davidson Gomes
|
a1f6b828d5
|
Merge tag '0.0.1' into develop
v
|
2025-05-12 13:20:30 -03:00 |
|
Davidson Gomes
|
5a321125de
|
Merge branch 'release/0.0.1'
|
2025-05-12 13:20:28 -03:00 |
|
Davidson Gomes
|
fd915824d8
|
feat(workflow_agent): add message-node function to handle message events in workflow
|
2025-05-12 13:19:39 -03:00 |
|
Davidson Gomes
|
2b370a2a4d
|
refactor(schemas, custom_tools): remove commented-out legacy code and clean up parameter handling
|
2025-05-09 21:20:33 -03:00 |
|
Davidson Gomes
|
c93fe6a8db
|
feat(agent_service, agent_builder, schemas): add agent_tools field to agent configuration and implement processing logic
|
2025-05-09 21:19:33 -03:00 |
|
Davidson Gomes
|
b32a044cac
|
refactor(agent_builder, custom_tools): simplify tool configuration handling and ensure parameter defaults
|
2025-05-09 20:42:30 -03:00 |
|
Davidson Gomes
|
9deeb02df8
|
refactor(client_routes): remove leading slash from post route for client creation
|
2025-05-09 10:36:33 -03:00 |
|
Davidson Gomes
|
97c15ca6bd
|
refactor(auth): temporarily enable auto-verification for user registration
|
2025-05-08 18:44:50 -03:00 |
|
Davidson Gomes
|
25079034b8
|
refactor(agent_builder): remove unused import of ZoneInfo
|
2025-05-08 14:41:28 -03:00 |
|
Davidson Gomes
|
78be6bd5b0
|
refactor(auth): clean up unused import in client_routes and adjust token data initialization
|
2025-05-08 14:40:49 -03:00 |
|
Davidson Gomes
|
e279b4afa2
|
feat(schemas): add folder_id field to AgentBase and Agent schemas
|
2025-05-08 13:17:34 -03:00 |
|
Davidson Gomes
|
d17f241967
|
feat(auth): add change password functionality for authenticated users
|
2025-05-07 20:18:09 -03:00 |
|
Davidson Gomes
|
0e3043779d
|
refactor(agent_builder): remove get_current_time method and related instructions
|
2025-05-07 19:49:10 -03:00 |
|
Davidson Gomes
|
f98a6c405e
|
feat(mcp_service): enhance MCP server handling to support custom MCP servers
|
2025-05-07 19:19:53 -03:00 |
|
Davidson Gomes
|
442369505a
|
feat(user): add auto-verification option for user creation
|
2025-05-07 17:33:45 -03:00 |
|
Davidson Gomes
|
93ad731f40
|
refactor(schemas): clean up imports and update comments in a2a_types and schemas
|
2025-05-07 17:00:45 -03:00 |
|
Davidson Gomes
|
a1ccae54c5
|
chore(dependencies): update litellm version to 1.68.1
|
2025-05-07 15:36:08 -03:00 |
|
Davidson Gomes
|
acdfdf40ee
|
chore(docs): update README to clarify alembic-upgrade command usage
|
2025-05-07 13:34:31 -03:00 |
|
Davidson Gomes
|
8722704034
|
chore(docker): update Dockerfile to run database migrations before starting the application
|
2025-05-07 13:31:21 -03:00 |
|
Davidson Gomes
|
d380d4bf71
|
feat(migrations): create initial migration with database schema for clients, mcp_servers, tools, agent_folders, api_keys, users, agents, and audit_logs
|
2025-05-07 13:30:25 -03:00 |
|
Davidson Gomes
|
900950e78a
|
chore(cleanup): remove unused entries from .dockerignore and .gitignore
|
2025-05-07 13:29:53 -03:00 |
|
Davidson Gomes
|
17b4c20a4c
|
feat(api): implement secure API key management with encryption and CRUD operations
|
2025-05-07 13:08:59 -03:00 |
|
Davidson Gomes
|
72f666aca1
|
feat(agent): add agent folder management routes and functionality
|
2025-05-07 11:58:59 -03:00 |
|
Davidson Gomes
|
0e3c331a72
|
chore(cleanup): remove contact-related files and update JWT expiration time settings
|
2025-05-07 11:43:00 -03:00 |
|
Davidson Gomes
|
8979251541
|
refactor(agent): update condition evaluation logging in workflow agent
|
2025-05-07 07:04:14 -03:00 |
|
Davidson Gomes
|
e54e1039e1
|
chore(docs): remove outdated documentation files
|
2025-05-07 06:44:19 -03:00 |
|
Davidson Gomes
|
422639a629
|
chore(cleanup): remove unused files and update documentation for clarity
|
2025-05-07 06:43:33 -03:00 |
|
Davidson Gomes
|
bbc18371dd
|
chore(docker): add Docker installation command to Dockerfile
|
2025-05-06 20:07:37 -03:00 |
|
Davidson Gomes
|
7b7487fea7
|
feat(agent): add workflow agent support and integrate with agent builder
|
2025-05-06 19:56:56 -03:00 |
|
Davidson Gomes
|
0fc47aaa57
|
feat(agent): add support for workflow agents with updated constraints and configuration
|
2025-05-06 18:37:13 -03:00 |
|
Davidson Gomes
|
64e483533d
|
refactor(a2a): simplify A2A agent initialization and enhance sub-agent support
|
2025-05-06 05:56:42 -03:00 |
|
Davidson Gomes
|
16e9747cce
|
refactor(a2a): enhance A2A agent functionality with improved error handling, logging, and support for streaming requests
|
2025-05-05 21:46:24 -03:00 |
|
Davidson Gomes
|
ec9dc07d71
|
refactor(a2a): restructure A2A routes and services for improved task management and API key verification
|
2025-05-05 21:22:53 -03:00 |
|
Davidson Gomes
|
a0f984ae21
|
refactor(a2a): enhance A2A request processing and task management with session ID handling
|
2025-05-05 19:15:14 -03:00 |
|
Davidson Gomes
|
8f1fef71a5
|
refactor(agent): improve MCP server configuration handling in agent creation and update
|
2025-05-05 18:03:16 -03:00 |
|
Davidson Gomes
|
bd659ecaff
|
feat(agent): add support for custom MCP server configuration in agent creation and update
|
2025-05-05 17:04:12 -03:00 |
|
Davidson Gomes
|
0e90c811f8
|
refactor(docker): update .dockerignore and Dockerfile for improved build process
|
2025-05-05 16:37:21 -03:00 |
|
Davidson Gomes
|
eb2b58c312
|
feat(docker): add docker build script and enhance docker-compose with health checks and environment variable support
|
2025-05-05 15:20:51 -03:00 |
|
Davidson Gomes
|
5827b44a21
|
feat(agent): update A2A route and enhance agent builder with improved logging and validation
|
2025-05-05 15:12:48 -03:00 |
|
Davidson Gomes
|
5b7b690b20
|
feat(agent): add current time retrieval functionality and improve agent execution timeout handling
|
2025-05-05 13:45:59 -03:00 |
|
Davidson Gomes
|
b8a95e047f
|
feat(dependencies): add psycopg2 for PostgreSQL support and update README description
|
2025-05-02 10:56:48 -03:00 |
|