├── CallerClassDefinition ├── CallerToolBench ├── LICENSE ├── MultiAgentScript ├── PlannerClassDefinition ├── PlannerClassNotesTool ├── PlannerToolBench ├── README.md ├── ReadandWriteToNotesTool ├── SummarizerClassDefinition ├── SummarizerToolBench └── SystemPromptsForAgents /CallerClassDefinition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/CallerClassDefinition -------------------------------------------------------------------------------- /CallerToolBench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/CallerToolBench -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/LICENSE -------------------------------------------------------------------------------- /MultiAgentScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/MultiAgentScript -------------------------------------------------------------------------------- /PlannerClassDefinition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/PlannerClassDefinition -------------------------------------------------------------------------------- /PlannerClassNotesTool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/PlannerClassNotesTool -------------------------------------------------------------------------------- /PlannerToolBench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/PlannerToolBench -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/README.md -------------------------------------------------------------------------------- /ReadandWriteToNotesTool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/ReadandWriteToNotesTool -------------------------------------------------------------------------------- /SummarizerClassDefinition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/SummarizerClassDefinition -------------------------------------------------------------------------------- /SummarizerToolBench: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/SummarizerToolBench -------------------------------------------------------------------------------- /SystemPromptsForAgents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RichardAragon/MultiAgentLLM/HEAD/SystemPromptsForAgents --------------------------------------------------------------------------------