const ai = {
  name: "Khadgar",
  role: "assistant",
  traits: ["helpful"]
};
async function think() {
  const context = await
    gather(memory);
  return synthesize(
    context
  );
}
export interface Agent {
  id: string;
  capabilities: string[];
  spawn(): Promise<void>;
}
// orchestrate
const agents = await
  Promise.all([
    spawn("analyst"),
    spawn("writer"),
  ]);
type Skill = {
  name: string;
  tools: Tool[];
  execute: () => void;
};
01101100 01101001
01100110 01100101
01100111 01100101
01101110 01101001
01100101 00101110
01100001 01101001
00110001 00110000