timps_agent_composer
Turn a natural-language description into a ready-to-run Python agent file. Provide context and pick a language to generate functional agent code that solves your task.
Instructions
Generate a new fully-functional Python agent file from a natural-language description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Plain-English task or context for the agent. | |
| language | No | Primary programming language (default: python). | python |