Use the custom adapter when your agent is a plain Python function or class.Documentation Index
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
Manifest
Supported Shape
The entry point can be an object with aninvoke method:
Input and Output
Inputs come frominterface.input and are passed as a dictionary. Return a JSON-serializable dictionary so the Store can render the result.
Best For
- Lightweight agents.
- API wrappers.
- Text transformation.
- Existing Python code you want to publish quickly.
