Files
wifi-densepose/npm/packages/agentic-synth/examples/employee-simulation/organizational-dynamics.d.ts
ruv d803bfe2b1 Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector
git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
2026-02-28 14:39:40 -05:00

45 lines
1.9 KiB
TypeScript

/**
* Organizational Dynamics Simulation
*
* Generates realistic team formation, cross-functional collaboration,
* leadership effectiveness, mentorship relationships, and cultural indicators
* for organizational planning and analysis.
*
* ETHICAL USE: These simulations model organizational behavior patterns.
* Always maintain confidentiality and use only for legitimate org planning.
*/
/**
* Generate team formation and evolution data
* Models how teams form, grow, and change over time
*/
export declare function generateTeamDynamics(): Promise<import("../../src/types.js").GenerationResult<unknown>>;
/**
* Generate cross-functional collaboration data
* Models interactions between departments and teams
*/
export declare function generateCrossFunctionalCollaboration(): Promise<import("../../src/types.js").GenerationResult<unknown>>;
/**
* Generate leadership effectiveness data
* Models manager and leadership impact on teams
*/
export declare function generateLeadershipEffectiveness(): Promise<import("../../src/types.js").GenerationResult<unknown>>;
/**
* Generate mentorship relationship data
* Models mentor-mentee pairings and outcomes
*/
export declare function generateMentorshipData(): Promise<import("../../src/types.js").GenerationResult<unknown>>;
/**
* Generate organizational culture indicators
* Models cultural health and employee sentiment
*/
export declare function generateCultureIndicators(): Promise<import("../../src/types.js").GenerationResult<unknown>>;
/**
* Generate succession planning scenarios
* Models leadership pipeline and readiness
*/
export declare function generateSuccessionPlanning(): Promise<import("../../src/types.js").GenerationResult<unknown>>;
/**
* Run all organizational dynamics examples
*/
export declare function runAllOrganizationalExamples(): Promise<void>;
//# sourceMappingURL=organizational-dynamics.d.ts.map