Replies: 20 comments 17 replies
-
Hi everyone and welcome to Copilot Developer Camp! |
Beta Was this translation helpful? Give feedback.
-
Hi @aycabas and @BobGerman my two-favourite developers 👋🏽 Hey everyone! We're thrilled to have you dive into these labs. We've poured a ton of effort into getting this up and running, so we really appreciate your excitement and engagement! 😄 |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone, |
Beta Was this translation helpful? Give feedback.
-
Hi there! Thanks for this great opportunity! I'm David Rousset working as a Product Manager on the Teams Toolkit, the VS Code extension helping you to create Declarative Agents or Custom Engine Agents. I'm interested in any feedback that could help us improving our product to improve your dev life! ;) |
Beta Was this translation helpful? Give feedback.
-
Hi @aycabas, @rabwill, and @BobGerman. I've been trying with the lab. Wow! That is a fantastic resource, however... there are some things that are still not working. Not speaking about customer or internal test tenants that are not in private preview. But even with the Microsoft tenant the labs cannot be completed fully. Here are my feedback points so far:
@luishdemetrio FYI! |
Beta Was this translation helpful? Give feedback.
-
Hi guys! I'm amazed with this camp, but can you help me please with building my own api plugin for declarative agent, for example I've got an fastapi endpoint which return warhammer 40k info via given fraction name, and i want to write a plugin. Do you have a step-by-step guide? because i don't understand in LAB E2, how i have to modify trey-plugin.json or ai-plugin.json which is created by default, and how actually all request are made? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
How can i setup environment where i can experiment ? |
Beta Was this translation helpful? Give feedback.
-
Lab E6 - Add Entra ID authentication: Why 2 Apps registrations are needed? Hi Team, In Lab E6 - Add Entra ID authentication, you defined two app registrations for the API plugin and the API service. I have a few questions about this: 1- Is this absolutely necessary? The documentation here indicates that one app is required for the API service only https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-authentication CC @BobGerman @rabwill @aycabas BR, |
Beta Was this translation helpful? Give feedback.
-
Have some important query, I am getting stuck. I am building declarative copilot plugin. Whenever i launch my custom copilot project from visual studio code IDE, custom copilot caches old development tunnel and returns 404 - not found while invoking REST APIs. I have been facing this issue from past 4-5 days. I have tried clearing browsing history and cached data, changed users and changed tenants but nothing seems to be working for me. Can you suggest some hack/fix for it. Require it urgently, as i am not able to test any of the developed functionality. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone, |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. I am Rafsan and I’m a Solution Architect for Copilot Studio. I am excited to learn from you and share my experience in Copilot Studio and extending M356 Copilot. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone, I'm William from South Africa. I'm excited to join this camp and contribute to these great products. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi Team, Thank you for the Lab Exercise. It's definitely helping us to understand better how application needs to be built and designed. In Lab E2 when I execute Step 5: Run the application. I get the below exception [2025-03-28T04:28:06.462Z] [Error] - Failed to Execute lifecycle deploy due to failed action: {"name":"Ensure database","uses":"script"}. ScriptExecutionError:Execute command failure: node db-setup.js. Env output: {} Any suggestion on how to address this issue? |
Beta Was this translation helpful? Give feedback.
-
sorry - just where does one begin??? I attended an event where - we covered the extended portion of building agents - where the completion of labs e2 - e5 were required (I not sure where was that save???) anyway, It was a series of virtual boxes , url , and vscode by launching a virtual box for playground - hence, dont remember - if I completed e2 -t e5 ? , secondly , the portion of the lab dealing with b1 - b2 need to work on. Here is my asking - at first glance - all the labs seem overwhelming. where do I begin ??? Video briefing: Building Agents for Microsoft 365 Copilot - should I be here???? |
Beta Was this translation helpful? Give feedback.
-
Hi Rabia,
Gee - thanks for responding. I gather “overwhelm” is the wrong word, it
should be the fork on the road - where to step in first. Let me explain - I
was in a lab online via webinar. It ran for two hours I gather. I managed
to interact with Bob and Angel (Canada). I worked on the extended portion
of the lab - e2 - e7. The second portion of the lab was from b1 to b2. I
have been looking for a way to know where those files are located. I’m
making it more difficult than it should be. I watch all the videos and
follow all the steps. The extended portion was not fully completed, as we
ran out of time. I guess I shall be redoing it all over again. I’m assuming
eventually I will find my way.
Felipe Ruiz
Sent from Gmail Mobile
…On Fri, Mar 28, 2025 at 8:53 PM Rabia Williams ***@***.***> wrote:
Hi Felipe, it is very normal to be overwhelmed with the labs and the
process of building agents. Let's break it down step by step to make it
more manageable.
Check this flow and see which path way makes sense for you.
image.png (view on web)
<https://github.com/user-attachments/assets/e5a7fab6-2512-41bb-9e0c-9d26d91582fa>
If you have a developer tenant where you have a Copilot license I suggest
you start here with these two on the Extend path.
- prerequisite lab
<https://microsoft.github.io/copilot-camp/pages/extend-m365-copilot/00-prerequisites/>
- geo locator game agent lab
<https://microsoft.github.io/copilot-camp/pages/extend-m365-copilot/01-declarative-copilot/>
You could also check out the low code Makers path with this lab using Agent
builder
<https://microsoft.github.io/copilot-camp/pages/make/agent-builder/>
Once comfortable with Extend path you could choose path Build as it has
more configuration to be done by the developer and may be too overwhelming
to start with.
—
Reply to this email directly, view it on GitHub
<#328 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLBFNAQUYNU6JK3YQX6NDL2WXVHVAVCNFSM6AAAAABPF43GHWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRVHE2DMNI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Stuck at Building Custom Engine Agent - Lab B2: Step 3: Debug your app and chat with your data I did finish step 1 and step 2. On trying to run step 3 the application always get stuck at Deploy: [2/2] Generating environment variables... Check Output panel for details. not sure what is the issue any inputs??? On cancelling the deployment i can see the below error message in the output panel |
Beta Was this translation helpful? Give feedback.
-
Hey, so I want to create a custom bot for my SQL Queries. Can anyone here who has done the same or can help me with that? I tried, but the bot was not connecting properly to MSSQL. It was working fine on SQLite. |
Beta Was this translation helpful? Give feedback.
-
I have completed the low code Makers path with this lab using Agent builder and completed Extend path too. I was curious to know, where can I claim the badge, can't see any MS form to claim. Thanks for the great step by step guidance and detailed instruction in Copilot Developer Camp. Loved it. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to send authenticated user email stating me and other user by using '/' in copilot input box, in my declarative agent but its not giving me the appropriate email,even though i have defined openapi json to include emails from query. While I get the Names properly.but not able to get email. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome! 👋
We’re using Discussions as a place to connect with our community. We hope that you:
Remember that this is a community we build together! 💜
To get started, comment below with an introduction of yourself and tell us about your experience with Copilot Developer Camp 🏕️.
Beta Was this translation helpful? Give feedback.
All reactions