Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Jan 14, 2025
1 parent 9158d3e commit 4c12273
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/example-basic.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// This is a basic example of how to use the Daydreams package
// It runs a simple agent that can execute tasks directly using the think method

import { ChromaVectorDB } from "../packages/core/src/core/vector-db";
import { env } from "../packages/core/src/core/env";
import { LLMClient } from "../packages/core/src/core/llm-client";
import { ChainOfThought } from "../packages/core/src/core/chain-of-thought";
import { ETERNUM_CONTEXT } from "./eternum-context";
import * as readline from "readline";
import chalk from "chalk";
import { LogLevel } from "../packages/core/src/types";
import { starknetTransactionAction } from "../packages/core/src/core/actions/starknet-transaction";
import { graphqlAction } from "../packages/core/src/core/actions/graphql";
import {
Expand Down

0 comments on commit 4c12273

Please sign in to comment.