UNPKG
coding-agent
Version:
alpha (1.1.0-alpha.0)
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.1.0-alpha.0
1.0.1
An AI coding agent using @agenite framework
coding-agent
/
dist
/
agent.d.ts
2 lines
•
103 B
TypeScript
View Raw
1
2
export
declare
function
runAgent
(
userInput
:
string
):
Promise
<
void
>;
//# sourceMappingURL=agent.d.ts.map