Skip to content

Sprint3 - #4

Merged
26tscole merged 10 commits into
mainfrom
Sprint3
Mar 2, 2026
Merged

26tscole merged 10 commits into
mainfrom
Sprint3

Conversation

@26tscole

@26tscole 26tscole commented Mar 2, 2026

Copy link
Copy Markdown
Owner

Fully finished sprint 3. All new runnable file for using voice commands to talk to gemini and ask about booked meetings.

…hon skills that I believe will be used by the agentic AI. More functions with python skills will most likely need to be added.
…ved the function to set the environment variables to its own file so I can call it when testing different parts of my project. For the actual core of sprint3 I set up the agent to be able to answer questions and output a response. I also set up tools that should be fully working, but I will have to do more checks to see if this is true. I now need to implement the speech portion of the project.
… the response. The data that the AI spits out is to be formatted like a json so its easy for me to format it my self with my own functions. Currently, I am having issues with connecting to both API's this might be an internet issue
… to a way that my format function can handle. I tried to add safeguards so it won't do anything strange but it doesnt always work. I now am working on the beginning of getting the speech to text working. It should work as long as the outputted text is compatable with the AI code I have made
… current instance with multiple key words, I was thinking of adding a way to input a list of words to break the connection with but its not needed at the moment. The runAIChat function allows you to talk to the ai and to end the chat and send the message you can use key words. All i need to do now is setup tests and maybe make everything a little easier to read and understand
…sk the ai about a reseveration made. that data the ai spits out is saved and sorted through to make sure the data matches what i asked for. After this the reservation is deleted. The test checks that there is a response as well just incase there is a mistake somewhere in the code. Final steps should be cleaning up code and getting it to pass the linter
…just because I deleted it earlier and forgot to put it back. Added a check for new test because I have a feeling its not deleting the the booking like it should.

other than that sprint3 should be in working condition and completely done.
… fixes the problem in github because it works fine in pycharm
@26tscole
26tscole merged commit 58d3d58 into main Mar 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant