Development Workflow using LLM
We can use Bedrock or Claude to generate a topology, instead of defining it manually.
tc scaffold --provider bedrock -e <profile> --llm default> Architecture Description: Generate a topology to compute sum of two numbers. Notify result via channelTo use Anthropic/Claude, set CLAUDE_API_KEY env variable and
tc scaffold --provider bedrock -e <profile> --llm defaultThis generates a topology.yml using default Skills/prompt that describes the principles and design in entity abstraction, composition, orchestration and namespacing. We can generate the function stubs for the functions defined in the topology:
tc scaffold --functionsUsing custom prompts
Section titled “Using custom prompts”We can also use custom prompts or Skills. These skills can be specific to projects, design consideration and costing.
cat Skills.md | tc scaffold --provider bedrock -e <profile> --llm --