Skip to content

Commit

Permalink
fix spelling, unify descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MQ37 committed Mar 10, 2025
1 parent 869f8ce commit 96f5af8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions templates/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,12 +802,12 @@
{
"id": "ts-bee-agent",
"name": "ts-bee-agent",
"label": "🐝 Bee Framework Agent",
"label": "🐝 Bee Framework agent",
"category": "typescript",
"technologies": [
"beeai"
],
"description": "Example of how to use Bee Agent Framework with Apify Actors to create a social media analysis tool-calling agent.",
"description": "Example of how to use Bee Agent Framework with Apify Actors to create a social media analysis agent.",
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-bee-agent.zip?raw=true",
"defaultRunOptions": {
"build": "latest",
Expand All @@ -821,12 +821,12 @@
{
"id": "ts-mastraai",
"name": "ts-mastraai",
"label": "Mastra Agent",
"label": "Mastra agent",
"category": "typescript",
"technologies": [
"mastraai"
],
"description": "Example of how to use Mastra Agent Framework with Apify Actors to create a social media analysis agent.",
"description": "Example of how to use Mastra with Apify Actors to create a social media analysis agent.",
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mastraai.zip?raw=true",
"defaultRunOptions": {
"build": "latest",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-mastraai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ To set up the PPE model for this Actor:
- [What are AI agents?](https://blog.apify.com/what-are-ai-agents/)
- [TypeScript tutorials in Academy](https://docs.apify.com/academy/node-js)
- [Apify SDK documentation](https://docs.apify.com/sdk/js/)
- [CrewAI documentation](https://docs.crewai.com/introduction)
- [Mastra documentation](https://mastra.ai/docs)
- [Integration with Make, GitHub, Zapier, Google Drive, and other apps](https://apify.com/integrations)
4 changes: 2 additions & 2 deletions templates/ts-mastraai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts-project-typescript",
"version": "0.0.1",
"type": "module",
"description": "This is an example of an Apify actor.",
"description": "This is an example of an Apify Actor.",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -28,7 +28,7 @@
"start:prod": "node dist/main.js",
"start:dev": "tsx src/main.ts",
"build": "tsc",
"test": "echo \"Error: oops, the actor has no tests yet, sad!\" && exit 1"
"test": "echo \"Error: oops, the Actor has no tests yet, sad!\" && exit 1"
},
"author": "It's not you it's me",
"license": "ISC"
Expand Down

0 comments on commit 96f5af8

Please sign in to comment.