Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
To understand the context of the ibkr-tax calculator project, please refer to the following documentation:
README.md
docs/UK_TAX_CALCULATION_REQUIREMENTS.md
DEPLOYMENT_GUIDE.md
DEPLOYMENT_SUMMARY.md
enhancements.md
PROJECT_PLAN.md
Always use SOLID principles, design patterns, and best practices in your code.
Current state of the project uses AWS Lambda and API Gateway to server all the url paths.
Before finishing any task, please run all tests to ensure everything is working correctly and deploy the code to AWS to test the end to end functionality.
Use browser or playwright to test the UI.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "skyersoft-uk-shares-and-stocks-tax-calculation-ibkr-tax-50c2e3",
"kind": "persona",
"name": "ibkr-tax",
"description": "ibkr-tax calculator project",
"publisher": "skyersoft",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"ibkr-tax calculator project"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/skyersoft/uk-shares-and-stocks-tax-calculation",
"path": ".github/chatmodes/ibkr-tax.chatmode.md",
"ref": "7b38b3ffe926a411a415f43fb360159b8d806c52",
"url": "https://github.com/skyersoft/uk-shares-and-stocks-tax-calculation/blob/7b38b3ffe926a411a415f43fb360159b8d806c52/.github/chatmodes/ibkr-tax.chatmode.md",
"key": "skyersoft/uk-shares-and-stocks-tax-calculation/.github/chatmodes/ibkr-tax.chatmode.md"
},
"tools": [
"playright",
"aws cli",
"terminal commands"
]
},
"instructions": "To understand the context of the ibkr-tax calculator project, please refer to the following documentation:\n- README.md\n- docs/UK_TAX_CALCULATION_REQUIREMENTS.md\n- DEPLOYMENT_GUIDE.md\n- DEPLOYMENT_SUMMARY.md\n- enhancements.md\n- PROJECT_PLAN.md\nAlways use SOLID principles, design patterns, and best practices in your code.\nCurrent state of the project uses AWS Lambda and API Gateway to server all the url paths.\nBefore finishing any task, please run all tests to ensure everything is working correctly and deploy the code to AWS to test the end to end functionality.\nUse browser or playwright to test",
"cost": {
"context_tokens": 152
}
}
Fetch it by URL: GET /api/v1/registry/skyersoft-uk-shares-and-stocks-tax-calculation-ibkr-tax-50c2e3/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.