Skip to content

Added Mastra#25

Open
meghnamankotia wants to merge 6 commits into
cladius:masterfrom
meghnamankotia:master
Open

Added Mastra#25
meghnamankotia wants to merge 6 commits into
cladius:masterfrom
meghnamankotia:master

Conversation

@meghnamankotia

@meghnamankotia meghnamankotia commented Dec 21, 2025

Copy link
Copy Markdown

Description

Complete Mastra implementation of the Agentic AI pipeline, organized inside a dedicated folder (mastra) for clarity and modularity. It includes:
A fully working Mastra project with agents, tools, state graphs, and workflows.
Step-by-step setup, configuration, and usage instructions.
Example agent flows demonstrating tool-calling support, memory, embeddings, retrieval logic, etc.

Agentic Framework Used

Please specify the agentic framework(s), protocols or components used/modified in this PR (e.g., Level1, Level2, langflow, langgraph, etc.):

  • LangChain
  • Langflow
  • LangGraph
  • Crewai
  • LlamaIndex
  • Agno
  • A2A
  • MCP
  • [✅] Other (please specify): Mastra

Checklist

  • [✅] I have tested my changes locally
  • [✅] I have updated documentation as needed
  • I have added/updated tests as needed
  • [✅] I have followed the code style guidelines

meghnamankotia and others added 3 commits December 21, 2025 19:12
Added all the relevant files for the Mastra agentic AI implementation

Signed-off-by: meghnamankotia <114764167+meghnamankotia@users.noreply.github.com>

@Hunt092 Hunt092 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good to me, the code good and the documentation is appropriate to be guideline

meghnamankotia and others added 3 commits March 2, 2026 11:54
Signed-off-by: meghnamankotia <114764167+meghnamankotia@users.noreply.github.com>
Added instructions for running the project and clarified setup steps.

Signed-off-by: meghnamankotia <114764167+meghnamankotia@users.noreply.github.com>
export const baseAgent = new Agent({
name: 'Base Agent',
instructions: 'Answer any questions that the user may have on any topic',
model: google('gemini-1.5-pro-latest'),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could have this be a environment var so that you can switch between models.

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.

3 participants