Open Issues Need Help
View All on GitHubPortable , scalable , secure AI Agents
Portable , scalable , secure AI Agents
AI Summary: Add the specified patterns ".coverage.*" and "test_*/" to the .gitignore file of the AgentUp project to prevent coverage data and test-related files from being committed to the repository.
Portable , scalable , secure AI Agents
AI Summary: Update the AgentUp documentation to replace all instances of the outdated configuration file name `agent_config.yaml` with the correct name `agentup.yml`.
Portable , scalable , secure AI Agents
AI Summary: The task is to refactor the AgentUp project to centralize its version string. Currently, version numbers are scattered throughout the codebase. The goal is to create a single source of truth for the AgentUp version, eliminating redundancy and improving maintainability.
Portable , scalable , secure AI Agents
Portable , scalable , secure AI Agents
AI Summary: Add Dependabot to the AgentUp project to automate dependency updates and improve security. This involves configuring Dependabot to monitor the project's dependencies and automatically create pull requests for updates.
Portable , scalable , secure AI Agents
AI Summary: The task is to fix a deprecation warning in the A2A-python library used within the AgentUp framework. The warning arises from using the camelCase alias 'artifacts' instead of the snake_case 'artifacts' for the `task.artifacts` attribute. The solution involves updating the code to use the correct snake_case naming convention.
Portable , scalable , secure AI Agents