pull/718/head
Travis Fischer 2025-07-01 15:08:41 -05:00
rodzic 1d3fd2fc07
commit c05cf46122
1 zmienionych plików z 12 dodań i 12 usunięć

24
todo.md
Wyświetl plik

@ -8,6 +8,7 @@
- **website** - **website**
- stripe - stripe
- double check stripe upgrade flow and add fireworks - double check stripe upgrade flow and add fireworks
- improve upgrade flow UX
- should we bypass stripe for `free` plans to increase conversions? - should we bypass stripe for `free` plans to increase conversions?
- example usage - example usage
- double check example usage for all TS sdks now that real examples are working - double check example usage for all TS sdks now that real examples are working
@ -17,17 +18,18 @@
- submit to awesome mcp, mcp discord, etc - submit to awesome mcp, mcp discord, etc
- replace how-it-works diagram with better version - replace how-it-works diagram with better version
- docs: add notes about constraints on mcp origin servers (static tools) - docs: add notes about constraints on mcp origin servers (static tools)
- improve public project detail page
- mcp inspector
- **add support to example-usage for api keys**
- **api keys should go beyond 1:1 consumers** - **api keys should go beyond 1:1 consumers**
- **currently not obvious how to get api key** - **currently not obvious how to get api key**
- improve upgrade flow UX - marketplace public project page
- marketplace project page - mcp inspector
- break out into a few subcomponents; some can be server components - **add support to example-usage for api keys**
- add last published date somewhere - add last published date somewhere
- add breadcrumb nav: marketplace > @agentic > search - add breadcrumb nav: marketplace > @agentic > search
- tool input/output schemas; move `$schema` to top - tool input/output schemas; move `$schema` to top
- break out into a few subcomponents; some can be server components
- improve private project page
- link to public page if published
- list deployment versions
- add a basic page + docs on pricing => contact - add a basic page + docs on pricing => contact
- [**react query prefetching for public pages**](https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr#prefetching-and-dehydrating-data) - [**react query prefetching for public pages**](https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr#prefetching-and-dehydrating-data)
- add ability to point at remote readmes, icons, files, urls, etc and upload to our own blob storage at deploy time - add ability to point at remote readmes, icons, files, urls, etc and upload to our own blob storage at deploy time
@ -108,13 +110,8 @@
- handle hosting of deployment and user images - handle hosting of deployment and user images
- about page inspiration: https://mastra.ai/about - about page inspiration: https://mastra.ai/about
- simplify overlap between `@agentic/core` and `@agentic/platform-core` - simplify overlap between `@agentic/core` and `@agentic/platform-core`
- consider moving packages to correspond to their licenses and public/private - consider simplifying `AgenticToolClient` to only require one package per TS LLM SDK
- platform AGPL-3.0 private
- platform AGPL-3.0 public; maybe this should be MIT?
- stdlib MIT public
- **simplify `AgenticToolClient` and only require one package per TS LLM SDK**
- `createAISDKToolsFromIdentifier(projectIdentifier)` - `createAISDKToolsFromIdentifier(projectIdentifier)`
- project page metadata
- consider allowing deployments to specify their proxy secret instead of a single, per-project proxy secret - consider allowing deployments to specify their proxy secret instead of a single, per-project proxy secret
- add docs on using multiple tools with `AIFunctionSet` - add docs on using multiple tools with `AIFunctionSet`
- ensure all agentic tool inputSchemas support openai strict mode by default - ensure all agentic tool inputSchemas support openai strict mode by default
@ -130,3 +127,6 @@
- add feature about optimized context to docs - add feature about optimized context to docs
- import react example usage component into docs - import react example usage component into docs
- add [ping](https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/ping) support to mcp servers - add [ping](https://modelcontextprotocol.io/specification/2025-03-26/basic/utilities/ping) support to mcp servers
- basic account page on website
- edit name, profile photo, etc
- **public project detail page metadata**