llm-md-file as agent #34

Closed
opened 2025-05-14 12:25:15 +00:00 by hugooconnor · 0 comments
hugooconnor commented 2025-05-14 12:25:15 +00:00 (Migrated from codeberg.org)

I should be able to reference an llm-md file, and route messages to it;

my-agent.md;

### context >>>
system = "You are a joke creator"
...

### user >>>

{{@input}}

then in another llm-md-file, I should be able to call my-agent.md

caller.md;

### context >>>
sytem = "You are a helpful assistant"
joker = "my-agent.md"
...

### user >>> @joker

Tell me a joke about markdown

### joker >>>

What is marked down and a file format?

and return the resulting message to caller.md

I should be able to reference an llm-md file, and route messages to it; my-agent.md; ``` ### context >>> system = "You are a joke creator" ... ### user >>> {{@input}} ``` then in another llm-md-file, I should be able to call my-agent.md caller.md; ``` ### context >>> sytem = "You are a helpful assistant" joker = "my-agent.md" ... ### user >>> @joker Tell me a joke about markdown ### joker >>> What is marked down and a file format? ``` and return the resulting message to caller.md
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
anuna-research/llm-md#34
No description provided.