Login to follow
MyPMAgent test app

MyPMAgent test app (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 30 September 2025 by Otavio Souza
MyPMAgent test app

MyPMAgent test app (ODC)

Documentation
0.1.0

This is the companion application for MyPMAgent, built to quickly demonstrate how an agent can create, organize, and assign tasks from natural language. It ships with a simple UI and sample grounding data, so you can deploy and interact with the agent immediately—no complex setup required.

Key Features

  • Ready-to-Run: Deploy instantly and start generating tasks with the PM Agent.

  • Sample Grounding Data: coming from database tables for Teams, Projects, and Tasks to showcase end-to-end behavior out-of-the-box.

  • Easy Customization: Swap the sample data for your own by editing a single action.

  • Support & Evolution: Book time with an expert to adapt it to your workflows and scale safely.


Step-by-Step

  1. Install & Publish

    • Import/publish the app modules (e.g., AppUI and AgentLogic) to your OutSystems environment.

    • Ensure your MyPMAgent is available in Agent Workbench.

  2. Run the App

    • Open the app and go to the MyPMAgent screen.

    • Type a natural-language request (e.g., “Create onboarding tasks for Project Alpha and assign testing to QA.”).

    • Or even something more generic like "Which tasks are needed for a Oracle database upgrade? Create it as the project and list all the needed tasks".

  3. Test and Observe

    • Try varied prompts and verify results.

    • Check logs/traces in Monitoring and your Agent Workbench for troubleshooting.

  4. Go Further (Optional)

    • Add notifications, dashboards, or integrations (Jira, GitHub, Slack) as extensions to this starter.